.has-fade {
  visibility: hidden;
}

@keyframes fade-in {
  from {
    visibility: hidden;
    opacity: 0;
  }
  1% {
    visibility: visible;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}
.fade-in {
  animation: fade-in 250ms ease-in-out forwards;
}

@keyframes fade-out {
  from {
    visibility: visible;
    opacity: 1;
  }
  99% {
    visibility: visible;
    opacity: 0;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}
.fade-out {
  animation: fade-out 250ms ease-in-out forwards;
}

html {
  box-sizing: border-box;
  font-size: 100%;
  scroll-behavior: smooth;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
}
body.no-scroll {
  overflow: hidden;
}

a, a:visited, a:hover {
  text-decoration: none;
}

h1 {
  font-size: 2rem;
}

.container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.flex {
  display: flex;
}
.flex-jc-sb {
  justify-content: space-between;
}
.flex-jc-c {
  justify-content: center;
}
.flex-ai-c {
  align-items: center;
}

@media (max-width: 63.9375em) {
  .hide-for-mobile {
    display: none;
  }
}

@media (min-width: 64em) {
  .hide-for-desktop {
    display: none;
  }
}

.header.open .header__toggle > span:first-child {
  transform: rotate(45deg);
}
.header.open .header__toggle > span:nth-child(2) {
  opacity: 0;
}
.header.open .header__toggle > span:last-child {
  transform: rotate(-45deg);
}
.header .overlay {
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(#2b2b2b, transparent);
}
.header nav {
  position: relative;
  background-color: #000000;
  padding-top: 1.0625rem;
  padding-bottom: 1.0625rem;
}
@media (max-width: 63.9375em) {
  .header__logo {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
}
.header__toggle > span {
  display: block;
  width: 26px;
  height: 2px;
  background-color: #ffffff;
  transition: all 300ms ease-in-out;
  transform-origin: 3px 1px;
}
.header__toggle > span:not(:last-child) {
  margin-bottom: 5px;
}
.header__menu {
  position: absolute;
  width: calc(100% - 3rem);
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  margin-top: 1.5rem;
  padding: 1.625rem;
  border-radius: 5px;
}
.header__menu a {
  display: block;
  padding: 0.625rem;
  text-align: center;
  color: #000000;
}
.header__links {
  margin: auto;
}
.header__links a {
  font-size: 1rem;
  color: #ffffff;
}
.header__links a:not(:last-child) {
  margin-right: 32px;
}
.header__links a:hover {
  color: #608b3b;
  transition: 0.3s;
}

.rolunk {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 6rem 4rem 6rem 4rem;
}
@media (min-width: 64em) {
  .rolunk {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 64em) {
  .rolunk__text {
    display: flex;
    flex-direction: column;
    width: 50%;
    justify-content: center;
    align-items: center;
    padding: 2rem;
  }
}
.rolunk__text h1 {
  text-align: center;
}
.rolunk__text p {
  text-align: justify;
  margin-bottom: 2rem;
}
.rolunk__image img {
  max-width: 100%;
  height: auto;
  border-radius: 0.3rem;
}

.szemuvegek-slide {
  flex-direction: column;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  background-color: #e4e4e4;
}

.slide-content {
  margin: 0 3rem;
}

.card {
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  width: 30rem;
  background-color: white;
  border-radius: 2rem;
}

.card-image {
  padding: 0.1875rem;
  margin: 2rem;
}

.card-image .card-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}

.more {
  margin: 1rem;
  padding: 0.5rem 1rem;
  background-color: #608b3b;
  color: white;
  border: none;
  font-size: 0.9rem;
  border-radius: 0.5rem;
  text-decoration: none;
  cursor: pointer;
}

.more:hover {
  background-color: #47682d;
  transition: 0.3s;
}

iframe {
  margin: 5rem 0 5rem 0;
  min-width: 100%;
}

.szemvizsgalat {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 80vh;
  background-color: black;
}
.szemvizsgalat::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("/app/images/szemvizsgalat_tomor.jpeg");
  background-size: cover;
  background-position: top center;
  opacity: 0.28;
}

.szemvizsgalat-text {
  margin: 1.5rem 0 0 0;
  text-align: center;
  position: relative;
  color: white;
}

.idopontok p {
  margin: 0.3rem 0 0.3rem 0;
  text-align: center;
  position: relative;
  color: white;
}

.bejelentkezes {
  margin-top: 1rem;
  text-align: center;
}
.bejelentkezes p {
  margin: 0.3rem 0 0.3rem 0;
  position: relative;
  color: white;
}
.bejelentkezes a {
  margin: 0.3rem 0 0.3rem 0;
  position: relative;
  color: #999999;
}
.bejelentkezes a:hover {
  color: #608b3b;
  transition: 0.3s;
}

.splide__slide img {
  width: 100%;
  height: auto;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
  height: 10rem;
}/*# sourceMappingURL=style.css.map */