@charset "UTF-8";
* {
  font-family: "Inter", sans-serif !important;
  font-optical-sizing: auto;
}

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* This can hide horizontal overflow */
}

/* Typo */
h1 {
  font-weight: 900;
  font-size: 60px;
}

h2 {
  color: #333333 !important;
  font-size: 45px;
  font-weight: 900;
}

h3 {
  font-weight: 800;
}

h5 {
  font-weight: 800;
}

h6 {
  position: relative;
  display: inline-block;
  color: #dc1d24 !important;
  font-size: 18px;
  font-weight: 600;
}

.nav-link {
  font-size: large !important;
}


h6::after {
  position: absolute;
  width: 70px;
  height: 2px;
  right: -80px;
  top: 9px;
  content: " ";
  background-color: #dc1d24;
}

h6.noafter::after {
  visibility: hidden;
}

.muted_p, .normal_p {
  font-size: 19.8px;
  font-weight: 500;
  line-height: 23.4px;
}

.muted_p {
  color: #7e7e7e !important;
}

.normal_p {
  color: #333333 !important;
}

.text-primary {
  color: #dc1d24 !important;
}

.lowOpacity {
  opacity: 0.7;
}

/* Components */
.btn {
  padding: 15px 50px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 10px;
}

.btn-primary {
  border: 2px solid #dc1d24 !important;
  background-color: #dc1d24 !important;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.btn-selected {
  border: 2px solid #dc1d24 !important;
  background-color: transparent !important;
  color: #dc1d24 !important;
}

.btn-secondary {
  border: 2px solid #fff !important;
  background-color: #fff !important;
  color: #dc1d24;
}
.btn-secondary:hover {
  border: 2px solid #fff !important;
  background-color: transparent !important;
  color: #fff !important;
}

/* Header */
.headerWrapper {
  position: relative;
  overflow: hidden;
}

.headerVideo {
  position: absolute;
  left: 0;
  top: -60px;
  min-width: 100%;
  aspect-ratio: 16/9;
  min-height: 100%;
  z-index: -1;
}

.ytp-chrome-top {
  transform: translateY(-100%) !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.header {
  background-color: rgba(0, 0, 0, 0.5);
  min-height: 720px;
  color: #fff !important;
}

/* Footer */
.footer-top {
  border-radius: 25px 25px 0 0;
  background-color: #dc1d24;
  color: #fff !important;
}
.footer-top h2, .footer-top h6 {
  color: #fff !important;
}
.footer-top h2::after, .footer-top h6::after {
  background-color: #fff !important;
}

.footer-bottom {
  background-color: #161719;
  color: #fff;
}
.footer-bottom .bottom-line {
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
}
.footer-bottom ul {
  list-style: none;
  list-style-position: outside;
  padding: 0;
}
.footer-bottom a {
  text-decoration: none !important;
  color: #fff !important;
}
.footer-bottom td:first-child {
  padding-right: 20px;
  font-weight: 600;
}

.social-link {
  text-align: center;
  display: inline-block;
  background-color: rgba(220, 29, 36, 0.8);
  padding: 10px;
  width: 50px;
  border-radius: 50%;
  transition: 0.3s;
}
.social-link:hover {
  opacity: 0.7;
  transition: 0.3s;
}

/* Others */
.hoverScaleEffect {
  transition: 0.3s;
}
.hoverScaleEffect:hover {
  transform: scale(0.9);
  transition: 0.3s;
}

.hexabg {
  background-color: #333333;
  background-image: url("../../src/imgs/elonyok_bg2.png");
  background-size: cover;
  background-position: center center;
}

.splitbg {
  background-color: #333333;
  background-image: url("../../src/imgs/sales_bg.png");
  background-size: cover;
  background-position: center center;
}
.tel,.tel:hover,.tel:focus,.tel:active {
  color: white !important;
  text-decoration: none !important;
}

@media (max-width: 992px) {
  .splitbg {
    background-image: none;
    background-color: #161719 !important;
  }
  .splitbg h2 {
    color: #fff !important;
  }
}
/* Navbar */
/* Navbar alapértelmezett állapotban */
.navbar-custom {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 20px; /* Ezt állíthatod a kívánt elhelyezéshez */
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 85%;
  margin: 0 auto;
  transition: top 0.3s ease;
}

/* Sticky állapotú navbar */
.sticky {
  position: sticky;
  top: 0;
  z-index: 1000;
  left: auto;
  transform: none;
  width: 85%;
}/*# sourceMappingURL=style.css.map */

.workoutType .col .card {
  transition: all .1s ease-in-out;
  outline: 3px solid rgb(201, 201, 201);
  border-radius: 15px;
}

.workoutType .col .card:hover {
 transform: scale(1.01);
}

span.stbarInnerFirst {
  position:absolute;left:-15px;font-size:medium;top:50px;
}

span.stbarInnerSecond {
  position:absolute;left:-2px;font-size:medium;top:50px;
}

span.stbarInnerThird {
  position:absolute;left:0px;font-size:medium;top:50px;
}

span.statusbar {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  background-color: white;
  color: black; 
  text-align: center;
  font-weight: bold;
  font-family: Arial, sans-serif;
  font-size: xx-large;
  border: 2px solid black;
}
span.statusbar.selected {
  background-color: #dc1d24;
  color: white; 
}
span.statusbar.selected span {
  color: black; 
}
div.statusbar {
  position: relative;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: unset;
}
div.statusbar::after {
  display: block;
  position: absolute;
  content:" ";
  width: calc(100% - 40px);
  z-index: -1;
  height: 3px;
  background-color: #dc1d24;
  top: calc(50% - 1.5px);
  left: 20px;
}
.rounded-span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: transparent; /* Blue background color */
  color: black; /* Text color */
  text-align: center;
  font-weight: bold;
  font-family: Arial, sans-serif;
  border:solid black 2px;
  float: left;
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

input[type=text], input[type=email],input[type=password], textarea, select {
  font-size: larger !important;
  padding: 15px 10px 15px 20px !important;
  border-top:#bebdbd 3px solid !important;
  background-color: whitesmoke !important;
}

.bookingDetailsDiv {
  max-width: 700px;
  margin-left:auto;
  margin-right:auto;
}

.idopont {
  position: relative;
  background-color: transparent;
  width: 100%;
  padding: 10px 20px 10px 10px;
  margin-bottom: 15px;
  text-align: center;
  border: 1px solid black;
  border-radius: 4px;
  user-select: none;
  min-width: 200px;
}

.idopont.fo {
  padding: 10px 20px 10px 70px;
  
}

/* .idopont.fo span:nth-child(1) {
  position: absolute;
  background-color: rgb(41, 41, 41);
  left:0px;
  top: 0px;
  padding: 10px 20px 10px 20px;
  color: white;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  height: -webkit-fill-available;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  font-size: medium;
  font-weight: bold;
} */
.idopont span:nth-child(2) {
  display: block;
  color:#dc1d24;
  font-size: small;
  font-weight: bold;
  text-transform: uppercase;
} 

.idopont.fo span:nth-child(1) {
  position: absolute;
  background-color: rgb(41, 41, 41);
  left:0px;
  top: 0px;
  padding: 10px 20px 10px 20px;
  color: white;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  font-size: medium;
  font-weight: bold;
}
.idopont.fo span:nth-child(2) {
  display: block;
  color: black;
  font-size: unset;
  font-weight: unset;
  text-transform: none;
}
.idopont.fo span:nth-child(3) {
  display: block;
  color:#dc1d24;
  font-size: small;
  font-weight: bold;
  text-transform: uppercase;

} 



.idopont:hover {
  cursor: pointer;
  scale: 1.02;
}

.idopont-outside div.row {
  height: 20rem;
  overflow-y: scroll;
  overflow-x: hidden;
}

div.col div.card.selected {
  outline:4px solid #dc1d24;
  border-radius: 10px;
}

.value-selected{
  background-color: #dc1d2393;
}


.nav-link.active {
  color: #dc1d24 !important;
}

.nav-link:hover, .navbar-brand:hover {
  scale: 1.03;
}

nav + div.container {
  margin-top: 150px;
}
div + nav + div.container {
  margin-top: 50px;
}

.aszf {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 10px;
  width: fit-content;
}
.aszf label {
  margin-left: 1.1rem;
}
.aszf input {
  width: 1.1rem;
  height: 1.1rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.banner img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
nav button, nav button:focus {
  border: none !important;
  background-color: none !important;
  box-shadow: none !important;
}
@media only screen and (max-width: 600px) {
  .footer-logo {
    width: 100%;
    margin-bottom: 20px;
  }
  div.container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .idopont-outside {
    height: 25rem;
  }
  .rounded-span {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  input[type=text], input[type=email], input[type=password], textarea, select {
    font-size: medium !important;
    padding: 10px 10px 10px 10px !important;
    border-top:#bebdbd 3px solid !important;
    background-color: whitesmoke !important;
  }
  .btn {
    padding: 7px 35px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 10px;
  }
  h2 {
    font-size: xx-large;
  }
  span.statusbar {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: white;
    color: black; 
    text-align: center;
    font-weight: bold;
    font-family: Arial, sans-serif;
    font-size: large;
    border: 2px solid black;
  }
  span.statusbar.selected {
    background-color: #dc1d24;
    color: white; 
  }
  span.statusbar.selected span {
    color: black; 
  }
  div.statusbar {
    position: relative;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding: unset;
  }
  div.statusbar::after {
    display: block;
    position: absolute;
    content:" ";
    width: calc(100% - 40px);
    z-index: -1;
    height: 3px;
    background-color: #dc1d24;
    top: calc(50% - 1.5px);
    left: 20px;
  }
  .idopont span {
    padding: 10px;
  }

  span.stbarInnerFirst {
    font-size: small !important;
    position:absolute;left:-20px;font-size:small;top:35px;
  }
  
  span.stbarInnerSecond {
    position:absolute;left:-10px;font-size:small;top:35px;
  }
  
  span.stbarInnerThird {
    position:absolute;left:-10px;font-size:small;top:35px;
  }
  .newline {
    display: block;
  }
  .dnone {
    display: none;
  }
}