@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  background: #171422;
}
main {
  position: relative;
  z-index: 1;
}
h1 span {
  display: block;
  text-transform: uppercase;
  color: white;
  letter-spacing: -0.04em;
  line-height: 1;
}
.first-reg {
  font-size: 120px;
  font-weight: 300;
}
section{
  padding-bottom: 100px;
}
.second-bold {
  font-size: 120px;
  display: flex;
  align-items: center;
}
.third-bold {
  font-size: 108px;
  font-weight: bolder;
}

a {
  text-decoration: none;
  color: unset;
}
.container {
  width: min(100% - 40px, 1440px);
  margin-inline: auto;
}
html.is-changing .transition-main {
  transition: opacity 250ms ease-in-out;
}

html.is-leaving .transition-main {
  transition: opacity 250ms ease-in-out;
}

html.is-animating .transition-main {
  opacity: 0;
}


.grid .card {
  transition: transform 250ms, background-color 150ms;
  transition-delay: calc(var(--index, 0) * 50ms), 0ms;
}

html.is-rendering .grid .card {
  transition-delay: calc((var(--count, 0) - var(--index, 0)) * 30ms), 0ms;
}

html.is-animating .grid .card {
  transform: scale(0.8);
}

h1 {
  transition: transform 300ms, opacity 300ms;
}

html.is-animating.is-leaving h1 {
  transform: translateY(2rem);
  opacity: 0;
}

html.is-animating.is-rendering h1 {
  transform: translateY(-2rem);
  opacity: 0;
}

.detail__content {
  transition: transform 400ms;
}

html.is-animating.is-leaving .detail__content {
  transform: translateY(3rem);
}

html.is-animating.is-rendering .detail__content {
  transform: translateY(3rem);
}

.detail__content > * {
  transition: opacity 300ms, transform 300ms;
  transition-delay: calc(0ms + (2 - var(--index, 0)) * 125ms);
}

html.is-animating .detail__content > * {
  opacity: 0;
  transform: translateY(calc((var(--index, 0) + 1) * 2em));
  transition-delay: 0ms;
}
.bottom-bar{


  position: fixed;
  bottom: 12px;
  margin: auto;
  width: 100%;
  padding: 0 14px;
  z-index: 10000;
}
.bottom-bar ul{
  background-color: #262b30;
  background-blend-mode: overlay;
  border: 1px solid #4a525b;

  width: 100%;
  padding: 8px 16px;
  border-radius: 8px;
  display: flex;
  position: relative;
  z-index: 1;
}
.bottom-bar ul:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(img/footer-bg.png);
  z-index: -1;
}
.bottom-bar ul li{
  flex: 1;
}
.bottom-bar ul li a{
  display: block;
  margin: auto;
  text-align: center;
  padding: 8px;
}
.bottom-bar ul li a span{
  display: block;
  margin: auto;
}
.nav-link-text{
  font-size: 12px;
  font-weight: 300;
}
li{
  list-style: none;
}
.header-content{
  padding: 70px 0 50px 0;
  background: #4a525b;
}
h1{
  font-weight: 400;
  font-size: 24px;
}
header{
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  background: #e01010;
  height: 160px;
  z-index: -1;
  
}
header:after{
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(img/footer-bg.png);
  background-size: cover;
  z-index: 1;

}
.top-content{
  margin-top: 80px;
}
.fizetendo{
  background: #f3f3f3;
  color: #171422;
  border-radius: 6px;
  padding: 18px 12px;
  margin-top: 20px;
}
.space-between{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.light-text, b{
  display: block;
}
.light-text{
  font-size: 13px;
}
.fizetendo b{
  font-size: 23px;
  font-weight: 500;
}
.red-btn{
  background: #e01010;
  padding: 12px 24px;
  margin: 12px auto;
  color: white;
  border-radius: 4px;
  display: block;
  width: max-content;
  border: 0;
  outline: 0;
  cursor: pointer;
  position: relative;
}
.stripe-button-el{
  background: #e01010!important;
  background-image: unset!important;
  margin: 20px auto!important;
  display: block!important;
  width: 100%!important;

}
.stripe-button-el span{
  background-image: unset!important;
  background: #e01010!important;
  padding: 12px 24px!important;
  line-height: unset!important;
  height: unset!important;


}
.service-place, .infobox{
  color: #171422;
  border-radius: 6px;
  margin-top: 20px;
  background: #f3f3f3;
  overflow: hidden;

}
.service-header{
  background: #e2e2e2;
  padding: 12px;
  border-bottom: 1px solid #cccccc;

}
.service-list{
  padding: 12px;
}
.price-list{
  padding: 12px;
}
.service-price span{
  font-size: 12px;
}
.price-list li{
  border-bottom: 1px solid #e2e2e2;
  padding: 16px 0;

}
.service-list li {
  display: flex;
  width: 100%;
  padding: 16px 0;

  align-items: center;
  border-bottom: 1px solid #e2e2e2;
}
.service-list li a{
  display: flex;
  width: 100%;
  align-items: center;

}
.menu-list li{
  padding: 5px 0;
}

.service-name span{
  font-size: 13px;
}
.service-icon{
  width: 15%;
}
.service-icon .material-symbols-outlined{
  font-size: 30px;
}
.service-name{
  width: 70%;
}
.menu-list .service-name{
  width: 100%;
}
.forward-icon{
  width: 15%;
  text-align: right;
}
.forward-icon .material-symbols-outlined{
  font-size: 16px;

}
img{
  width: 100%;
}
.reklam{
  text-align: center;
  margin: 30px auto;
}
.reklam h2{
  font-size: 16px;
  margin-bottom: 20px;
}
.reklam p{
  font-size: 13px;
  margin: 30px auto;
  color: #cccccc;
}
.reklam img{
  max-width: 80%;
  margin: auto;
  margin-bottom: 24px;
}
.infobox{
  padding: 12px;
}
.infobox h2{
  font-size: 15px;
  font-weight: 500;
}
.infobox p{
  font-weight: 400;
  font-size: 13px;
  margin-top: 24px;
}
.menu-list .service-name b{
  font-size: 13px;
}
.price-list .service-name{
  width: unset;
}
.activeLink{
  background: #e01010;
  border-radius: 4px;
  width: max-content;
}
.top-content span{
  font-size: 12px;
  color: #e2e2e2;
}
.grid-half{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.grid-half .service-price{
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.storned{
  font-size: 13px;
  padding: 4px;
  border-radius: 3px;
  background: rgb(160, 233, 243);
  width: max-content;
  margin-top: 5px;
}
.noPay{
  font-size: 13px;
  padding: 4px;
  border-radius: 3px;
  background: rgb(250, 159, 159);
  width: max-content;
  margin-top: 5px;
}
.isPay{
  font-size: 13px;
  padding: 4px;
  border-radius: 3px;
  background: rgb(70, 201, 109);
  width: max-content;
  margin-top: 5px;
}
.grid-half .service-name{
  display: flex;
  align-items: center;
  grid-column: span 2;
}
.checkbox-content{
  margin-right: 12px;
}
#payment-form{
  background: white!important;
}
.big-circle .material-symbols-outlined{
  font-size: 88px;
  display: block;
  margin: 20px auto;
  text-align: center;
  color: greenyellow;
}
.centered{
  text-align: center;
}
.centered h2{
  font-size: 20px;
  margin-bottom: 24px;
}
/* Stripe Card Element stílusok */
#card-element {
  background-color: white;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 4px 6px 0 rgba(0,0,0,0.1);
  transition: box-shadow 150ms ease;

}

#card-element:hover {
  box-shadow: 0 7px 14px 0 rgba(0,0,0,0.1);
}

#payment-form button {
  background-color: #e01010;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  margin-top: 10px;
  cursor: pointer;
}
#card-element span{
  display: block;
}
#payment-form button:hover {
  background-color: #45a049;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}
.noInvoice{
  margin: 20px 0;
  padding: 12px;
  font-weight: 500;
  text-align: center;
}
.noInvoice  .material-symbols-outlined{
  font-size: 60px;
  margin: auto;
  display: block;
  color: #45a049;
  margin-bottom: 12px;
}
.top-border{
  border-top: 1px solid black;
}
.back-btn{
  display: block;
  font-size: 14px;
  margin-bottom: 12px;
}