@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");


html, body {
  overscroll-behavior: none; /* Letiltja a "bounce" effektet */
}

strong {
  font-family: "Space Grotesk", sans-serif;
  font-weight: bold;
}
.square-image-wrapper {
  width: 100%;
  aspect-ratio: 5 / 3; /* négyzet */
  overflow: hidden;
  position: relative;
}

.square-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.img-wrapper {
  width: 100%;
  height: 250px; /* vagy bármilyen fix magasság, amit szeretnél */
  overflow: hidden;
  position: relative;
}

.image-preview-wrapper {
  /* height: 250px; */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #f8f9fa;
  cursor: pointer;
}

.img-preview {
  max-height: 100%;
  width: auto;
  transition: transform 0.2s ease;
}

.image-preview-wrapper:hover .img-preview {
  transform: scale(1.03);
}
.image-preview-wrapper:hover img {
  border-radius: 3px !important;
}
html {
  font-size: 14px !important;
}

body {
  /*font-family: 'Termina Regular', sans-serif;*/
  font-family: "Space Grotesk", sans-serif;
}

.portal {
  /*max-width: 1200px;*/
  /*margin: 0 auto;*/
  /*-webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.10) !important;*/
  /*-moz-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.10) !important;*/
  /*box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.10) !important;*/
}

.page {
  background-image: none !important;
}

.page {
  background-color: transparent !important;
}

section, footer {
  padding-top: 60px;
  padding-bottom: 60px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
}

section:nth-of-type(odd) {
  background-color: #f2f2f2;
}

img {
  max-width: 100%;
}

h1, .h1, h2, .h2, h3, .h3, h3.h5 {
  font-family: "Space Grotesk", sans-serif;
}

h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Space Grotesk", sans-serif;
}

button:focus {
  box-shadow: none !important;
}
.page-link {
  color: black !important;
}
.breadcrumb-item > a {
  color: black !important;
}
.page-link.active, .active > .page-link {
  background-color: rgb(0,236,151) !important;
  border-color: rgb(0,236,151) !important;
}
.toast {
  background-color: rgb(0,236,151) !important;
}
.btn-success, .btn-success:hover, .btn-success:active, .btn-primary, .btn-primary:hover, .btn-primary:active {
  background-color: rgb(0,236,151) !important;
  border-color: rgb(0,236,151) !important;
  color: #000 !important;
}
.btn-outline-dark, .btn-outline-dark:active {
  background-color: #fff !important;
  border-color: #000 !important;
  color: #000 !important;
}

.btn-dark, .btn-dark:active, .btn-dark:hover {
  background-color: #1f201b !important;
  border-color: #1f201b !important;
  color: #fff !important;
}

.btn-outline-success, .btn-outline-primary {
  border-color: rgb(0,236,151);
  color: rgb(0,236,151);
}

.btn-outline-success:hover, .btn-outline-success:active, .btn-outline-primary:hover, .btn-outline-primary:active {
  background-color: rgb(0,236,151);
  border-color: rgb(0,236,151);
  color: #fff;
}

.form-row {
  margin: 1rem auto;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-primary {
  background-color: rgb(0,236,151) !important;
  color: #fff;
}

.text-primary {
  color: rgb(0,236,151) !important;
}
.text-muted {
  color: inherit !important;
  opacity: 0.5;
}

.shadow {
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.25) !important;
  -moz-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.25) !important;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.25) !important;
}

/* */

nav {
    z-index: 1;
  background-color: transparent;
  transition: 1s;
  margin: 0 auto;
  padding-left: 10px !important;
  padding-right: 10px !important;
    color:  white;
}

nav .navbar-brand {
  max-width: 170px;
}

nav .navbar-nav .nav-link {
  color: #fff !important;
  margin: 0 10px 0 0 !important;
  border-radius: 4px;
  border: 1px solid transparent;
}

/* nav .navbar-nav .nav-link:hover {
  background-color: #fcfcfc !important;
  border: 1px solid rgb(0,236,151);
} */

nav .social a, .social a {
  margin: 0 3px;
  text-decoration: none;
    color: white;
}

nav .profile a {
  text-decoration: none;
  margin: 0 3px;
  color: inherit;
}

nav .cart a {
  margin: 0 3px;
  text-decoration: none;
  color: inherit;
}

nav.scrolled {
  background-color: rgba(0,0,0,0.3);
  transition: 1s;
  /*-webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.25);*/
  /*-moz-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.25);*/
  /*box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.25);*/
}

nav.scrolled .navbar-nav .nav-link {
  color: rgb(0,236,151) !important;
}

nav.scrolled .btn-outline-light {
  color: rgb(0,236,151) !important;
  border-color: rgb(0,236,151) !important;
}

nav .langselect {
  margin-left: 10px;
}

nav .langselect a, .langselect a {
  margin: 0 3px;
  text-decoration: none;
  color: rgb(0,236,151);
  text-transform: uppercase;
}

.jumbo-first {
    margin-top: -50px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
  position: relative;
  min-height: 600px;
  overflow: hidden;
}

.jumbo .background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

.jumbo-first .gradient {
  overflow: hidden;
  z-index: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  /*background: url("../images/gfx-image-layer1.png") bottom center no-repeat;*/
  background-size: cover;
  /*background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);*/
  min-height: 100%;
}

.jumbo-first .fade-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)); /* Balról jobbra fakul */
  pointer-events: none;
  z-index: 0;
}

.jumbo-first .container .text {
  max-width: 60%;
  margin-bottom: 60px;
  margin-left: 0;
}

.jumbo-first .container .text h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 4rem !important;
}

.jumbo-first .container .text h3.h4 {
  font-weight: normal;
  font-family: "Space Grotesk", sans-serif;
    font-size: 2rem;
    line-height: 3rem;
}

.jumbo-first .container {
  position: relative;
  z-index: 1 !important;
}

.cols {

}

.cols strong {
  font-family: "Space Grotesk", sans-serif;
  font-weight: bold;
}

.cols .col-12.position-relative {
  padding-bottom: 75px;
}

.cols .col-12.position-relative .btn-wrap.position-absolute {
  bottom: 15px;
  left: 0;
}

.cols .img {
  margin-bottom: 15px;
  text-align: center;
}

.cols .img .h1 {
  font-size: 64px;
}

.articles.text {

}

.articles.text .row .col-12.col-lg-6 {
  margin-top: 25px;
}

.articles.text h3 a {
  text-decoration: none;
  color: inherit !important;
}

.articles.text .image {
  height: 220px;
}

.articles.text .image img {
  width: 100%; /* vagy fix szélesség */
  height: 100%; /* vagy fix magasság */
  object-fit: cover;
  object-position: center; /* Igazítás középre */
  border-radius: 15px !important;
}

.articles.image {
  background: rgb(0,236,151);
  /* background: rgb(0,236,151) url("../images/gfx-image-layer2.png") bottom center no-repeat;
  background-size: cover !important; */
}

.articles.image .row .col-12 {
  margin-top: 25px;
}

.articles.image .row .col-12:nth-child(1), .articles.image .row .col-12:nth-child(2) {
}

.articles.image .row .position-relative:has(.image) {
  border-radius: 15px;
  overflow: hidden;
}

.articles.image .image {
  z-index: 0;
  height: 400px;
}

.articles.image .image img {
  width: 100%; /* vagy fix szélesség */
  height: 100%; /* vagy fix magasság */
  object-fit: cover;
  object-position: center; /* Igazítás középre */
}

.articles.image .gradient {
  z-index: 0;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /*background: url("../images/gfx-image-layer2-flip.png") bottom center no-repeat;*/
  background-size: cover;
  height: 30%;
}

.articles.image .text {
  position: absolute;
  z-index: 1;
  left: 15px;
  top: 15px;
  max-width: 70%;
  max-height: 100%;
  overflow: hidden;
}

.accordions {

}

.accordions .h4 {
  cursor: pointer;
}

.wysiwyg {
}

.wysiwyg .container {
  max-width: 900px;
  margin: 0 auto;
}

/*.wysiwyg h1 {*/
/*  padding: 0px 0 12px 0;*/
/*}*/

/*.wysiwyg h2 {*/
/*  padding: 18px 0 12px 0;*/
/*}*/

/*.wysiwyg h3 {*/
/*  padding: 18px 0 12px 0;*/
/*}*/

/*.wysiwyg.page h1:first-child,*/
/*.wysiwyg.page h2:first-child,*/
/*.wysiwyg.page h3:first-child {*/
/*  padding-top: 0;*/
/*}*/

.wysiwyg p,
.wysiwyg ul li,
.wysiwyg ol li {
  font-size: 18px;
  line-height: 32px;
}

.wysiwyg a {
  color: rgb(0,236,151);
  border-color: rgb(0,236,151);
}

.wysiwyg a strong {
  text-decoration: underline;
  font-weight: bold;
}

.wysiwyg img {
  border-radius: 15px;
}

.wysiwyg table {
  width: 100%;
}

.wysiwyg table a {
  display: inline-block;
  border-radius: 5.25px;
  padding: 5.25px 10.5px;
  background-color: rgb(0,236,151);
  border-color: rgb(0,236,151);
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

.wysiwyg table tr, .wysiwyg table tr td {
  border: 0;
}

.image-space {
  height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero.image {

}

.hero.image .image {
  z-index: 0;
  height: 400px;
}

.hero.image .row .col-12 {
  margin-top: 25px;
}

.hero.image .image img {
  width: 100%; /* vagy fix szélesség */
  height: 100%; /* vagy fix magasság */
  object-fit: cover;
  object-position: center; /* Igazítás középre */
}

.hero.image .gradient {
  z-index: 0;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  min-height: 100%;
}

.hero.image .text {
  height: 400px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  margin: 0 !important;
  max-height: 100%;
  overflow: hidden;
}

.hero.image .text .left, .hero.image .text .right {
  padding: 15px;
}

.carousel.image-cards {
}

.carousel.image-cards .carousel-inner {
  cursor: pointer;
}

.carousel.image-cards .image img {
  width: 125px;
  height: 125px; /* vagy fix magasság */
  object-fit: cover;
  object-position: center; /* Igazítás középre */
  border-radius: 100%;
}

.product .image img {
  width: 100%; /* vagy fix szélesség */
  height: 100%; /* vagy fix magasság */
  object-fit: cover;
  object-position: center; /* Igazítás középre */
}

.product .banners img {
  width: 100%; /* vagy fix szélesség */
  height: 100%; /* vagy fix magasság */
  object-fit: cover;
  object-position: center; /* Igazítás középre */
}

.newsletter {
  /* background: rgb(0,236,151) url('../images/gfx-image-layer1.png') center bottom -100px no-repeat; */
  background-size: cover;
  background-color: rgb(0,236,151) !important;
  color: #fff;
  border-bottom: none !important;
}

.newsletter h3.h2 {
  font-weight: normal;
  font-family: "Space Grotesk", sans-serif;
}

.registration .container {
  max-width: 900px;
  margin: 0 auto;
}

footer {
  background: #1f201b;
  color: #fff;
}

footer a {
  color: inherit;
  text-decoration: none;
}

footer .logo {
  max-width: 220px;
}

.copyright {
  padding-left: 60px;
  padding-right: 60px;
  background: rgb(0,236,151);
  margin: 0 auto;
    color: #000;
}

.copyright .social a {
  color: #000;
}

/* */

.login {

}
.login .container {
  max-width: 400px !important;
}

body:has(.newsletter.page) .newsletter {
  display: none;
}

body:has(.newsletter.page) .newsletter.page {
  display: block;
}

.newsletter.page {
  padding: 120px 0;
  background-attachment: fixed;
  background-color: transparent !important;
  background-size: cover !important;
  background-position: center !important;
  background-image: url('../images/bg-jumbo-2.png') !important;
}

@media (max-width: 991px) {

  section {
    padding-left: 0;
    padding-right: 0;
  }

  .col-12 {
    margin-top: 1rem;
  }

  .navbar .container {
    position: relative;
  }

  .navbar .navbar-toggler {
    position: absolute;
    right: 0;
    top: 0;
  }

  .navbar .profile,
  .navbar .cart,
  .navbar .social {
    display: inline-block;
  }

  .navbar .langselect {
    position: absolute;
    top: 9px;
    right: 65px;
  }

  .jumbo-first {
    min-height: auto !important;
    background-attachment: unset !important;
  }

  .jumbo-first h2 {
      font-size: 4em;
  }
  .jumbo-first h3 {
      line-height: 3em;
      font-size: 3em;
  }
  .jumbo-first .text {
      font-size: 4em;
      line-height: 2em;
    max-width: 100% !important;
    margin: 0 !important;
  }

  .image-space {
    background-attachment: unset !important;
  }

  .articles.text .row .col-12.col-lg-6 {
    margin-top: 15px;
  }


  .copyright .col-12,
  .copyright .social {
    text-align: center;
  }

}
