/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./css/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
.white {
  color: white !important;
}

.yellow {
  color: #fdc609 !important;
}

.black-bg {
  background-color: black;
}

body {
  font-family: "quicksand", sans-serif;
  overflow-x: hidden;
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #1a1a1a;
}

a:hover {
  text-decoration: none;
}

p,
ul,
ol {
  margin: 0 0 1.65em 0;
  color: #525866;
}

p,
li {
  line-height: 1.65;
}

a {
  text-decoration: none;
  color: #1a1a1a;
}

.text-container {
  padding: 20px;
}

.btn-yellow {
  background-color: #fdc609;
  border-radius: 300px;
  border: 1px solid white;
  padding: 8px 35px;
}

.btn-transparent {
  background-color: rgba(0, 0, 0, 0.199) !important;
  border-radius: 300px;
  border: 1px solid white;
  color: #fdc609;
  padding: 8px 35px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper {
  width: 100%;
  height: 300px;
  margin: 20px 0px;
}

.swiper-slide {
  max-width: 465px;
  max-height: 320px;
  margin-right: 20px !important;
}

header {
  position: fixed;
  top: 0;
  z-index: 1000; /* Ensure it's above other content */
  width: 100%;
  background-color: white;
  min-height: 90px;
  transition: border-bottom-color 0.3s ease-in-out;
}

.navbar-nav {
  flex-direction: row;
}

.navbar {
  justify-content: center;
}

.navbar-nav .nav-link {
  min-width: 135px;
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px;
  position: relative;
  top: 0px;
  width: 100%;
}
@media (min-width: 991px) {
  .navbar-container {
    top: 100px;
    width: 70%;
  }
}
.navbar-container ::before {
  content: "";
  border-radius: 100px;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(13, 10, 2, 0.3) 60%, rgba(13, 10, 2, 0.3) 30%);
  filter: blur(3px); /* Apply blur effect */
  z-index: -1;
}

#page-wrapper {
  padding-top: 70px;
}

@media (max-width: 991px) {
  #page-wrapper {
    padding-top: 70px;
  }
  header {
    min-height: 90px;
  }
}
.navbar-brand {
  padding: 0px;
  position: relative;
  width: 124px;
  height: auto;
  margin: 0 auto;
  display: block;
}
@media (min-width: 991px) {
  .navbar-brand {
    width: 250px;
    height: 100px;
    width: 150px;
  }
}
.navbar-brand img {
  width: 200px;
  top: 50%;
  left: 50%;
}
@media (min-width: 991px) {
  .navbar-brand img {
    position: absolute;
    transform: translate(-50%, -50%);
    height: auto;
  }
}

.navbar-nav .nav-link {
  font-size: 16px;
  font-weight: normal;
  color: white !important;
}
@media (min-width: 1200px) {
  .navbar-nav .nav-link {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.navbar .menu-item {
  margin: 0px 15px;
}

.navbar-toggler {
  border: none;
}

.navbar {
  flex-direction: row;
}
.navbar .current_page_item a {
  font-weight: bold;
}
.navbar .menu-item {
  font-size: 16px;
}

@media (max-width: 991px) {
  .navbar {
    flex-direction: row;
  }
  header {
    min-height: 90px;
  }
}
@media (min-width: 991px) {
  .navbar {
    flex-direction: row;
  }
}
.dropdown-toggle::after {
  display: none;
}

#menu-main-menu-1,
#menu-main-menu-2 {
  flex-direction: row !important;
}

.navbar-nav .dropdown-menu {
  position: absolute;
}

/* Custom navbar toggler style */
.navbar-toggler {
  background-color: rgba(0, 0, 0, 0.3); /* Transparent dark circle background */
  border-radius: 50%; /* Make it a perfect circle */
  width: 40px; /* Set a fixed width */
  height: 40px; /* Set a fixed height */
  display: flex;
  align-items: center;
  justify-content: center;
  border: none; /* Remove default border */
  padding: 0; /* Remove default padding */
}

/* Modify the toggler icon to be white */
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 1%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e") !important;
}

/* Optional: Add a hover effect */
.navbar-toggler:hover {
  background-color: rgba(0, 0, 0, 0.5); /* Slightly darker on hover */
}

@media (max-width: 991px) {
  /* Adjust breakpoint if needed */
  .navbar-toggler {
    position: absolute;
    right: 10px;
  }
  header .container {
    padding: 0px;
    margin: 0px;
  }
  .navbar-container ::before {
    border-radius: 0px;
    background: unset;
  }
  .navbar {
    padding-bottom: 0px;
  }
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
  }
  .navbar-collapse .navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: center; /* Center items */
    width: 100%;
  }
  .navbar-collapse .nav-item {
    width: 100%;
    text-align: center; /* Ensure text is centered */
  }
  .navbar-collapse .nav-link {
    padding: 10px;
    display: block;
  }
  .darkened {
    transition: background 0.3s ease-in-out;
    background: rgba(0, 0, 0, 0.7) !important;
  }
  .navbar-collapse.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.page-banner {
  position: relative;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  overflow: visible;
  top: -120px;
  z-index: 10;
}
.page-banner .header-text {
  text-align: left;
  max-width: 500px;
  position: relative;
  z-index: 2; /* Ensures text stays above the overlay */
}
.page-banner .header-socials {
  text-align: left;
  position: relative;
  z-index: 2; /* Ensures text stays above the overlay */
}
@media (max-width: 530px) {
  .page-banner .header-socials {
    padding-top: 50px;
  }
}
.page-banner .header-socials img {
  margin: 0px 10px 20px 0px;
}
.page-banner::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 30%; /* Adjust height for more or less overlay */
  background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0)); /* Smooth fade */
  pointer-events: none; /* Ensures it doesn't block interactions */
  z-index: 1;
}

.page-banner__video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.page-banner__fallback {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.page-banner__content {
  position: relative;
  overflow: visible;
  top: 18vh;
  min-width: 80%;
  min-height: 500px;
  padding: 20px;
  border-radius: 10px;
  z-index: 999;
}
@media (max-width: 991px) {
  .page-banner__content {
    top: 0;
    min-width: 100%;
    min-height: auto;
    padding: 0px;
  }
}
.page-banner__content h1 {
  text-transform: uppercase;
  font-weight: 700;
}

.gumikacsa-image-mobile img {
  min-width: 100%;
  position: relative;
  z-index: 999;
  overflow: visible;
}

.gumikacsa-image,
.gumikacsa-image-alternative {
  position: absolute;
  top: 50%; /* Center both images vertically */
  left: 50%; /* Center both images horizontally */
  transform: translate(-50%, -50%); /* Ensure proper centering */
  max-width: 100%;
  min-width: 60%;
  opacity: 1;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  z-index: 0; /* Ensure both images are positioned below the other content */
}
@media (max-width: 991px) {
  .gumikacsa-image,
  .gumikacsa-image-alternative {
    min-width: 100%;
  }
}

/* Initially hide the alternative image */
.gumikacsa-image-alternative {
  opacity: 0;
}

@media (min-width: 991px) {
  /* On hover, show the alternative image and hide the original */
  .page-banner__content:hover .gumikacsa-image {
    opacity: 0; /* Fade out original image */
    z-index: 1; /* Bring the new image to the front */
  }
  .page-banner__content:hover .gumikacsa-image-alternative {
    opacity: 1; /* Fade in alternative image */
    z-index: 2; /* Bring the new image to the front */
    transform: translate(-50%, -50%) scale(1.15); /* Add scale effect if desired */
  }
}
@media (max-width: 991px) {
  .header-text-container {
    position: relative;
    top: 290px;
    background-color: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgb(0, 0, 0));
    padding: 20px;
    z-index: -1;
  }
  .header-text-container .header-buttons {
    text-align: center;
    margin-top: 40px;
  }
  .header-text-container .header-buttons a {
    min-width: 185px;
    margin-bottom: 20px;
    text-align: center;
  }
}

@media (min-width: 991px) {
  .mr-10 {
    margin-right: 10px;
  }
}
body {
  background-color: black;
}

footer {
  height: 200px;
  background-color: black;
  background-image: url(images/footerbg.0501ef2c.png);
  background-size: 70%;
}
@media (max-width: 991px) {
  footer {
    background-size: 330%;
    background-repeat: repeat-y;
  }
}

.gallery,
.kapcsolat {
  padding: 100px 0px;
  position: relative;
  top: -120px;
}
@media (max-width: 991px) {
  .gallery,
  .kapcsolat {
    top: 0px;
    padding: 50px 0px;
  }
}

.front-section1 {
  position: relative;
  top: -120px;
}
@media (max-width: 991px) {
  .front-section1 {
    top: 0px;
    z-index: 15 !important;
    background-color: transparent !important;
    padding: 150px 0px 100px 0px;
  }
  .front-section1 .front-section1-text {
    position: relative;
    z-index: 999;
  }
}
@media (max-width: 530px) {
  .front-section1 {
    padding: 50px;
  }
}

.front-section2,
.front-section3 {
  position: relative;
  top: -120px;
}
@media (max-width: 991px) {
  .front-section2,
  .front-section3 {
    top: 0px;
    position: relative;
    padding-top: 50px;
  }
  .front-section2 h1,
  .front-section3 h1 {
    z-index: 999;
    position: relative;
  }
}

.gallery img {
  border-radius: 30px;
  width: 100%; /* Ensures it fills the container */
  position: relative;
}

.front-section1 {
  position: relative;
  z-index: 5;
}

.column-1,
.column-2,
.column-3 {
  background-color: rgba(128, 0, 128, 0.252);
  border-radius: 30px;
  padding: 60px;
  z-index: 2;
  position: relative;
}

.column-1 {
  margin-bottom: 20px;
}
@media (min-width: 991px) {
  .column-1 {
    margin-bottom: 20px;
    margin-right: 20px;
  }
}

.column-2 {
  margin-bottom: 20px;
}
@media (min-width: 991px) {
  .column-2 {
    margin-right: 20px;
    margin-bottom: 0px;
  }
}

.column-3 {
  padding: 20px;
}
@media (min-width: 991px) {
  .column-3 {
    width: 100%;
    height: 100%;
    padding: 60px;
  }
}

form h5 {
  color: white;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 50px;
}
form .next-step,
form .btn {
  max-width: 300px;
  margin: 30px auto;
  display: block;
}
form input,
form textarea {
  border: 1px solid white;
  color: white;
  padding: 15px 20px;
  width: 80%;
  margin: 0 auto;
  display: block;
  background-color: transparent;
  border-radius: 22px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: white; /* Change to your desired color */
  opacity: 1; /* Ensure full visibility in some browsers */
}

input::placeholder,
textarea::placeholder {
  color: white; /* Change to your desired color */
  opacity: 1; /* Ensure full visibility in some browsers */
}

.form-title {
  font-family: "Quicksand";
  color: #fdc609;
  margin-bottom: 10px;
  line-height: 2;
  font-size: 18px;
  font-weight: bold;
}

/* Progress Bar Container */
#progress-container {
  position: relative;
  width: 100%;
  height: 5px;
  background: rgba(99, 99, 99, 0.337254902);
  border-radius: 5px;
  margin-bottom: 20px;
  z-index: 1;
}

/* The Progress Bar */
#progress-bar {
  height: 100%;
  margin-top: 15px;
  width: 33%; /* Start at 1/3 filled */
  background: linear-gradient(to right, blue, yellow);
  transition: width 0.3s ease-in-out;
}

/* Image Marker */
#progress-marker {
  position: absolute;
  top: -20px; /* Adjust based on image size */
  left: 30%; /* Start at 1/3 */
  width: 30px; /* Adjust width */
  height: auto;
  transition: left 0.3s ease-in-out;
  z-index: 2;
}
@media (min-width: 991px) {
  #progress-marker {
    top: -40px;
  }
}

.error-message {
  color: #ff6b6b;
  font-size: 12px;
  margin-top: 3px;
  display: block;
  position: relative;
  left: 14%;
  top: -15px;
}

.success-image {
  max-width: 150px;
  margin: 0 auto;
}

#progress-container {
  position: relative;
  margin-bottom: 30px;
}

.prev-step {
  margin-right: 10px;
}

/* Animation for Step 4 */
#step-4 {
  animation: fadeIn 1s ease-in-out;
  margin-top: 70px;
}

input[type=date]::-webkit-calendar-picker-indicator,
input[type=time]::-webkit-calendar-picker-indicator {
  filter: invert(1); /* Makes icons white */
}

textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.produckt-section {
  min-height: 50vh;
  position: relative;
}
@media (max-width: 991px) {
  .produckt-section {
    z-index: 2;
  }
}

.produckt-container {
  background: url(images/produckt.2945ed2f.jpg) no-repeat center;
  background-size: cover;
  min-height: 400px;
  border-radius: 30px;
  z-index: 2;
  position: relative;
}

.produckt-padding {
  padding: 50px;
}

.webshop-tag {
  color: #fdc609;
  padding: 5px 20px;
  background: rgba(217, 217, 217, 0.2);
  border-radius: 30px;
  max-width: 120px;
  margin-bottom: 10px;
}

.webshop-icon {
  max-width: 60px;
  margin: 0 auto;
  position: absolute;
  right: 30px;
  top: 30px;
  opacity: 0.3;
  transition: 450ms ease-in-out;
}
@media (min-width: 991px) {
  .webshop-icon {
    max-width: 75px;
    right: 100px;
    top: 30px;
  }
}

.produckt-container:hover .webshop-icon {
  opacity: 1;
  transition: 450ms ease-in-out;
}

.produckt-title {
  color: white;
  font-family: "Quicksand";
  font-weight: bold;
  font-size: 2.6rem;
}
@media (max-width: 530px) {
  .produckt-title {
    font-size: 2.2rem;
    line-height: 1.3;
  }
}

.produckt-description {
  color: white;
  font-family: "Quicksand";
}

.google-maps {
  background: url(images/terkep.c4177147.png) no-repeat center;
  background-size: cover;
  min-height: 400px;
  border-radius: 30px;
}

.purple-blur {
  position: absolute;
  /*  background: url("../images/purple-blur.png") no-repeat center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; */
  width: 600px; /* Adjust as needed */
  height: 600px; /* Adjust as needed */
  z-index: 1;
  left: 0px;
  /* background: radial-gradient(
      circle,
      rgba(77, 57, 142, 0.8) 10%,
      rgba(77, 57, 142, 0.6) 30%,
      rgba(77, 57, 142, 0.5) 60%,
      rgba(77, 57, 142, 0.3) 80%,
      rgba(77, 57, 142, 0.1) 100%
  );
  border-radius: 50%;
  filter: blur(10px); /* Adjust blur intensity */
  max-width: 100%;
  top: 200px;
}
@media (max-width: 991px) {
  .purple-blur {
    top: 0px;
  }
}

.blue-blur {
  position: absolute;
  width: 600px; /* Adjust as needed */
  height: 600px; /* Adjust as needed */
  right: 0px;
  z-index: 1;
  max-width: 100%;
  top: 200px;
}

.blue-blur-footer {
  top: -200px;
}

.z-index-2 {
  z-index: 2;
}

.etel-background {
  background: url(images/etelital.b7ce275c.png) no-repeat center;
  background-size: cover;
  min-height: 500px;
  border-radius: 30px;
}
.etel-background h1 {
  position: relative;
  top: 200px;
}

.categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 9999;
}

.category {
  text-align: center;
  color: white;
  background-color: rgba(255, 255, 255, 0.248);
  margin: 10px;
  padding: 8px 30px;
  border-radius: 30px;
  max-width: 200px;
  border: 1px solid white;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  align-self: center;
}

.category.active {
  background-color: #fdc609;
  color: black;
  font-weight: bold;
}

.menus {
  width: 100%;
  margin-top: 20px;
  min-height: 500px;
}

.menu-item2 {
  display: none;
  padding: 20px;
  background-color: rgba(128, 0, 128, 0.252);
  border-radius: 10px;
  text-align: left;
  font-size: 18px;
  color: white;
  border: 1px solid white;
}

.col-end {
  text-align: right;
}

/*# sourceMappingURL=style-index.css.map*/