@import url(../../root.css);

a {
  text-decoration: none;
}

a:active,
a:focus,
a:hover {
  text-decoration: none;
}

.swiper-container1 {
  width: 100%;
  height: 586px;
  margin-top: 100px;
  position: relative;
}

.swiper-container1 .swiper-slide {
  font-size: 1.125rem;
  background: var(--black-color);
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

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

.swiper-container1 .swiper-slide .slide-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 60px;
  position: absolute;
  width: 100%;
}

/* Slider cím */

.swiper-container1 .swiper-slide .slide-content h2 {
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--white-color);
  line-height: 1.16;
  max-width: 747px;
  margin: 14px 0 18px;
  text-transform: uppercase;
}

/* Slider leírás */

.swiper-container1 .swiper-slide .slide-content p {
  max-width: 747px;
  font-size: 1.25rem;
  line-height: 1.2;
  color: var(--white-color);
  margin: 18px 0 0;
}

/* Slider gomb */

.banner__btn {
  background-color: var(--genex-green-color);
  min-width: 200px;
  width: max-content;
  height: 54px;
  padding: 0 30px;
  margin-top: 100px;
  border-radius: 70px;
  color: var(--white-color);
  font-size: 0.813rem;
  font-weight: 500;
  line-height: 54px;
  text-align: center;
  font-weight: 500;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  border: 1px solid var(--frist-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner__btn:hover {
  background-color: transparent;
  border: 1px solid var(--white-color);
  color: var(--white-color);
}
.banner__btn i {
  transform: rotate(180deg);
  padding-right: 10px;
}

/* Sorszámok */

.swiper-container1 .swiper-pagination {
  position: absolute !important;
  top: 5% !important;
  left: unset !important;
  right: 0%;
  text-align: left;
  width: auto !important;
}

.swiper-container1 .swiper-pagination .swiper-pagination-bullet {
  margin: 0 10px !important;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 1rem;
  color: var(--white-color);
  opacity: 1;
  background-color: transparent;
  border-radius: unset;
  text-align: center;
}

.swiper-container1 .swiper-pagination .swiper-pagination-bullet-active {
  color: var(--black-color);
  background-color: transparent;
}