@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Protest+Revolution&display=swap");
.font-1 {
  font-family: "Protest Revolution", sans-serif;
  font-weight: 400; }

:root {
  --fa-primary-color: #bc1c1f;
  /* Tvoje primární barva */ }

body {
  color: rgba(0, 0, 0, 0.9); }

.font-w-600 {
  font-weight: 600; }

.border,
.form-control {
  border: 1px solid #bc1c1f !important; }

.form-control {
  border-radius: .25rem !important; }

.line-through {
  position: relative; }
  .line-through:before {
    content: "";
    position: absolute;
    left: -3px;
    bottom: 8px;
    transform: translateY(15%);
    width: 115%;
    height: 15%;
    background: #444;
    z-index: 2; }

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 20px;
  transition: all 0.3s ease; }
  .navbar-brand .logo-first {
    max-width: 240px;
    transition: all 0.3s ease; }
  .navbar-brand h1 {
    font-size: 36px;
    line-height: 44px;
    font-weight: normal;
    text-transform: none;
    margin: 0px; }
  .navbar-brand .sub-text {
    display: none;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 1.6px; }

/* Scrolled navbar styles */
.navbar.scrolled {
  background: rgba(0, 0, 0, 0.95) !important;
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease; }
  .navbar.scrolled .navbar-brand .logo-first {
    max-width: 180px;
    transform: scale(0.8); }

/* Smooth scrolling for anchor links */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
  /* Offset for fixed navbar */ }

.nav-link.custom {
  background: #bc1c1f;
  opacity: 1;
  border: 2px solid transparent;
  border-radius: 8px;
  transition: all 250ms ease; }
  .nav-link.custom:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    color: #fff; }

.slider h1 {
  font-size: 32px;
  line-height: 48px;
  color: #fff; }

.lh60 {
  line-height: 60px; }

.text-color {
  color: #bc1c1f; }

.divider {
  background: #bc1c1f; }

.fixed-nav,
.navbar-collapse.collapsing,
.navbar-collapse.collapse.show {
  background: rgba(0, 0, 0, 0.9); }

.nowrap {
  white-space: nowrap; }

.text-shadow {
  text-shadow: 5px 5px 20px black; }

.underline {
  text-decoration: underline; }

/* Universal button styling for rounded corners */
.btn {
  border-radius: 8px !important; }

.btn-main {
  background: #bc1c1f;
  border-radius: 8px; }
  .btn-main:hover {
    background: #bc1c1f; }

.number {
  opacity: 0.1;
  font-size: 80px;
  display: block;
  line-height: 80px;
  position: absolute;
  top: 10px;
  right: 10px; }

.slider {
  background-image: url(../bg-top-1.jpg);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: top;
  padding: 200px 0 100px 0;
  background-size: 920px;
  background-color: #000000;
  color: #ffffff; }
  .slider a {
    color: #ffffff; }
  @media (max-width: 544px) {
    .slider {
      background-position-x: 60%; } }
  .slider .slider-text h2 {
    font-size: 42px;
    text-transform: unset;
    color: #ffffff; }
  .slider .slider-text p {
    color: #ffffff; }
  @media (max-width: 544px) {
    .slider .slider-text {
      padding: 10px 20px;
      background: rgba(0, 0, 0, 0.5); } }

.opacity-0:before {
  opacity: 0.2 !important; }

.cta {
  background-image: url(../gallery/gamis-gym-samoobsluzne-fitness-brno-lisen-05.jpg);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  padding: 120px 0 !important;
  position: relative; }
  .cta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1; }
  .cta .container {
    position: relative;
    z-index: 2; }

.cta h2 {
  color: #bc1c1f; }

.cta p,
.cta div,
.cta i {
  color: #ffffff; }

.card-menu li {
  padding-bottom: 10px; }
.card-menu i {
  color: #bc1c1f;
  padding-right: 5px; }

.li-style-1 li {
  padding-bottom: 15px; }
  .li-style-1 li:last-child {
    padding-bottom: 0; }
.li-style-1 i {
  color: #bc1c1f;
  padding-right: 5px; }

.footer {
  background: #000;
  padding-top: 20px;
  padding-bottom: 20px; }
  .footer p {
    color: #fff;
    opacity: 1;
    font-size: 16px;
    margin-bottom: 5px; }
  .footer i {
    font-size: 13px; }
  .footer .copyright {
    color: #b7b7b3; }

/* How-to section dark theme */
.howto-section {
  background: #000000;
  color: #ffffff; }
  .howto-section .title {
    padding-bottom: 10px; }

.howto-section h3,
.howto-section p,
.howto-section a,
.howto-section .title,
.howto-section .image,
.howto-section .image i {
  color: #ffffff; }

.howto-section .item {
  border-color: #bc1c1f; }

/* Intro-bear section (between Slider and Jak to funguje) */
.intro-bear {
  position: relative;
  background: #000000;
  color: #ffffff;
  z-index: 3; }

.intro-bear h3,
.intro-bear p,
.intro-bear a {
  color: #ffffff; }

.intro-bear .bear-img-wrap {
  position: relative; }

.intro-bear .bear-img {
  position: relative;
  margin-top: -120px;
  z-index: 4;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.35)); }

@media (max-width: 991.98px) {
  .intro-bear .bear-img {
    margin-top: -60px; } }
@media (max-width: 575.98px) {
  .intro-bear .bear-img {
    margin-top: 0; } }
/* How-to icons accent color */
.howto-section .image i {
  color: #bc1c1f; }

/* Why GamisGym cards */
.why-gamis {
  background: #ffffff; }

.why-gamis .why-card {
  background: #000000;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.08); }

.why-gamis .why-card .title,
.why-gamis .why-card .desc {
  color: #ffffff; }

.why-gamis .why-card .icon i {
  color: #ffffff;
  font-size: 42px;
  line-height: 1; }

/* Gallery Grid - Equal Height */
.gallery-masonry {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }

.gallery-masonry .item {
  flex: 1 1 calc(33.333% - 14px);
  margin-bottom: 0; }

.gallery-masonry .item img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  object-position: bottom;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease; }

.gallery-masonry .item img:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px); }

/* Special object-fit for 4th image */
.gallery-masonry .item:nth-child(4) img {
  object-position: top; }

/* Responsive Gallery */
@media (max-width: 991.98px) {
  .gallery-masonry .item {
    flex: 1 1 calc(50% - 10px); } }
@media (max-width: 575.98px) {
  .gallery-masonry .item {
    flex: 1 1 100%; } }
/* Info Reservation Box */
.info-reservation-box {
  background: #000000 !important;
  color: #ffffff !important; }

.info-reservation-box h3,
.info-reservation-box h5,
.info-reservation-box li {
  color: #ffffff !important; }

/* Equipment Boxes */
.equipment-box {
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease; }

.equipment-box:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-color: #bc1c1f !important; }

/* FAQ Styling */
.faq-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease; }
  .faq-card:hover {
    border-color: #bc1c1f;
    box-shadow: 0 4px 8px rgba(188, 28, 31, 0.1); }
  .faq-card .card-header {
    border: none; }

.faq-header {
  background: #bc1c1f;
  color: #ffffff;
  cursor: pointer;
  padding: 15px 20px;
  transition: all 0.3s ease;
  border: none;
  border-radius: 8px; }
  .faq-header:hover {
    background: #901518; }
  .faq-header.collapsed {
    background: #ffffff;
    color: #bc1c1f;
    border-bottom: 1px solid #ddd;
    border-radius: 8px; }
    .faq-header.collapsed:hover {
      background: #f8f9fa; }
  .faq-header h5 {
    font-weight: 600;
    margin: 0;
    color: inherit; }

.faq-body {
  background: #ffffff;
  color: #333;
  padding: 20px;
  border-top: none; }

.form-message {
  text-align: center;
  padding: 25px 40px;
  background: #0c0c0c;
  margin: 10px;
  border-radius: 6px;
  color: #bc1c1f;
  font-size: 20px; }
  .form-message.error, .form-message.success {
    color: #bc1c1f; }

/*# sourceMappingURL=custom.css.map */
