:root {
  --red-color: rgba(122, 0, 0, 1);
  --red-transparent: rgba(122, 0, 0, 0.8);
}

body {
  overflow-x: hidden;
}

* {
  margin: 0;
  box-sizing: border-box;
}

.white-text {
  color: #fff;
}

.red-color {
  color: var(--red-color);
}

.red-bg {
  background-color: var(--red-color);
}

.red-bg-transparent {
  background-color: var(--red-transparent);
}

#header-content {
  transition: background-color 0.6s ease;
}

.header-small-logo {
  max-width: 4vw;
}

.header-big-logo {
  max-width: 8%;
  height: auto;
}

.header-brand-title {
  font-size: 2rem;
  padding-left: 1rem;
  font-weight: 300;
}

.content-horiz-padding {
  padding-left: 5vw;
  padding-right: 5vw;
}

.header-right-content {
  font-size: 1.5rem;
  font-weight: 300;
}

@media (max-width: 992px) {
  .header-right-content {
    font-size: 1rem;
    font-weight: 300;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .header-small-logo {
    max-width: 15vw;
  }
}

.navbar-toggler {
  color: #fff;
  border-color: #fff;
}

.header-right-content div {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  display: flex;
  align-items: center;
  border-left: 1px solid #fff;
}

.header-right-content div:last-child {
  border-right: 1px solid #fff;
}

.section-icons div {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  display: flex;
  align-items: center;
  border-left: 1px solid #000;
}

.section-icons div:last-child {
  border-right: 1px solid #000;
}

.header-right-content div i {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 5px;
  padding-right: 5px;
}

.header-right-content div span {
  display: flex;
  justify-content: center;
}

#header-big-logo {
  max-height: 100vh;
  overflow: hidden;
  transition: max-height 0.8s ease-in-out;
}

#header-big-logo.collapsed {
  max-height: 0;
}

.nav-link {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 300;
  padding-left: 3rem !important;
  padding-right: 3rem !;
}

@media (max-width: 992px) {
  .nav-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.menu-border {
  border-top: 1px solid #fff;
}

.site-title {
  font-size: 3rem;
  font-weight: 300;
  line-height: 2.5rem;
}

.hero-bg {
  background-image: url(../imgs/wado-hero-1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 60svh;
  min-height: 60vh;
}

.wado-mid-img {
  max-width: 12vw;
  height: auto;
  border-radius: 50%;
}

.wado-title {
  font-size: 4rem;
  line-height: 3rem;
  margin-bottom: 2rem;
}

.mid-logo-position {
  margin-top: -3rem;
}

.text-border {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 1px solid var(--red-color);
  border-bottom: 1px solid var(--red-color);
}

.text-size {
  font-size: 1.5rem;
}

.text-size-mid {
  font-size: 1.2rem;
}

.karate-border {
  border: 1px solid var(--red-color);
}

.karate-main-title {
  font-size: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.karate-container-height {
  min-height: 90vh;
  max-height: 90vh;
  position: relative;
}

.karate-bg-1 {
  background-image: url(../imgs/wado-karate-1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.karate-bg-2 {
  background-image: url(../imgs/wado-hero-3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.orarend-bg {
  background-image: url(../imgs/wado-karate-orarend.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.karate-overlay {
  background-color: rgba(122, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
}

.light-red-bg {
  background-color: rgba(122, 0, 0, 0.2);
}

.karate-overlay-title {
  font-size: 3rem;
  color: #fff;
  line-height: 3.5rem;
  margin-bottom: 1rem;
}

.wado-overlay-img {
  max-width: 120px;
}

.overlay-img-contanier {
  background-color: rgba(122, 0, 0, 0.7);
  border-radius: 50%;
  margin-top: -3rem;
}

.overlay-img-contanier-karate {
  background-color: rgba(122, 0, 0, 0.7);
  border-radius: 50%;
}

.section-title-border {
  border-top: 1px solid var(--red-color);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.section-title {
  font-size: 4rem;
  font-weight: 300;
}

.section-title-big {
  font-size: 5rem;
  font-weight: 300;
}

.karate-title {
  font-size: 2rem;
  font-weight: 300;
}

.footer-column-padding .col {
  padding-left: 2rem;
  padding-right: 2rem;
  border-left: 1px solid #000;
}

.footer-bg {
  background-color: rgba(122, 0, 0, 0.3);
}

.subpage-hero-bg {
  background-image: url(../imgs/wado-hero-4.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 70svh;
  height: 70vh;
}

.subpage-hero-bg-2 {
  background-image: url(../imgs/wado-hero-3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 70svh;
  height: 70vh;
}
.subpage-hero-bg-karate {
  background-image: url(../imgs/wado-hero-5.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: 70svh;
  height: 70vh;
}

.subpage-hero-bg-karate-verseny {
  background-image: url(../imgs/wado-hero-3.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 70svh;
  height: 70vh;
}

.light-bg {
  background-color: rgba(122, 0, 0, 0.2);
}

.dark-bg {
  background-color: var(--red-color);
  color: #fff;
}

.text-justify {
  text-align: justify !important;
}

.oktato-column,
col {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.oktato-column .col img {
  padding-left: 0 !important;
  padding-right: 0 !important;
  aspect-ratio: 1/1.5;
}

.oktato-style {
  text-align: center;
  background-color: var(--red-color);
  color: #fff;
  font-size: 1.5rem;
}

.section-title-border-full {
  border-top: 1px solid var(--red-color);
  border-bottom: 1px solid var(--red-color);
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.section-subtitle {
  font-size: 2rem;
}

.jelentkezni-bg {
  background-color: var(--red-color);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.bottom-top-border {
  border-top: 1px solid var(--red-color);
  border-bottom: 1px solid var(--red-color);
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
}

.red-link {
  color: var(--red-color);
  text-decoration: none;
}

.red-link:hover {
  color: var(--red-color);
  text-decoration: underline;
}

.white-link {
  color: #fff;
  text-decoration: none;
}

.white-link:hover {
  color: #fff;
  text-decoration: underline;
}

.grey-link {
  color: var(--bs-body-color);
  text-decoration: none;
}

.grey-link:hover {
  color: var(--bs-body-color);
  text-decoration: underline;
}

.karate-mid-bg {
  background-image: linear-gradient(rgba(122, 0, 0, 0.5), rgba(122, 0, 0, 0.5)),
    url(../imgs/wado-hero-1.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: 60svh;
  height: 60vh;
}

.border-bottom-white {
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.border-bottom-red {
  border-bottom: 1px solid var(--red-color);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.full-border {
  border: 1px solid var(--red-color);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.rendezveny-bottom {
  padding: 1.5rem !important;
  margin-top: 2.5rem;
}

.overlap-bottom {
  position: relative;
  z-index: 2;
}

/* Swiper styles */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* End of Swiper styles */