.slider section {
  float: right;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  position: relative;
  top: 130px;
  right: 20%;
}

@media (max-width: 990px) {
  .slider .bg {
    width: 100%;
    height: 510px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
  }
}

@media (min-width: 991px) {
  .slider .bg {
    width: 100%;
    height: 510px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 110px;
  }
}

.slider .bg .info .redBox {
  font-size: 18px;
  font-style: normal;
  border-radius: 15px;
  background: #ff0042;
  font-family: var(--asap);
  font-weight: 600;
  margin: 0;
  display: inline-flex;
  width: 60px;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.slider .bg .info {
  color: white !important;
  position: relative;
}

.slider .bg .info h1 {
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  font-weight: 600;
}

.slider .bg .info .des {
  font-family: var(--asap);
}

@media (max-width: 1189px) {
  .vlad {
    font-size: 25px;
    font-style: italic;
    font-family: var(--asap);
    font-weight: 100;
    margin: 0;
  }

  .slider #slider_novella .bg .info h1 {
    font-size: 48px;
  }

  .slider #slider_sorozat .bg .info h1 {
    font-size: 48px;
  }

  .slider #slider_novella2 .bg .info h1 {
    font-size: 40px;
    line-height: 1;
  }

  .slider #slider_csomag .bg .info h1 {
    font-size: 48px;
  }
}

@media (min-width: 1190px) {
  .vlad {
    font-size: 30px;
    font-style: italic;
    font-family: var(--asap);
    font-weight: 100;
    margin: 0;
  }

  .slider #slider_novella .bg .info h1 {
    font-size: 60px;
  }
  
  .slider #slider_sorozat .bg .info h1 {
    font-size: 70px;
  }

  .slider #slider_novella2 .bg .info h1 {
    font-size: 60px;
    line-height: 1;
  }

  .slider #slider_csomag .bg .info h1 {
    font-size: 60px;
  }
}

.slider #slider_novella .bg .info .des {
  font-size: 35px;
}

.slider #slider_news .bg .info h1 {
  font-size: 36px;
  font-weight: 600;
}

.slider #slider_news .bg .info .des {
  font-size: 24px;
}

.slider #slider_sorozat .bg .info .des {
  font-size: 24px;
}

.slider #slider_sorozat .bg .info .redBox {
  width: 150px !important;
  margin-left: 10px;
}

.slider #slider_novella2 .bg .info .redBox {
  margin-left: 10px;  
  width: 100px !important;
}

.slider #slider_sorozat .bg .info .new_episod {
  font-size: 18px;
  font-style: normal;
  text-transform: uppercase;
  border-radius: 15px;
  background: #ffd800;
  font-weight: 600;
  color: #333;
  font-family: var(--asap);
  margin: 0;
  display: inline-flex;
  width: 150px;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-left: 15px;
}

.slider #slider_novella2 .bg .info .des {
  font-size: 24px;
}


.slider #slider_csomag .bg .info .des {
  font-size: 32px;
}

.slider #slider_csomag .bg .info .des span {
  text-decoration: line-through;
}

.slider #slider_csomag .sBooks .main {
  z-index: 2;
  width: 100%;
}

.slider #slider_csomag .sBooks .sub {
  margin-left: -270px;
  z-index: 1;
  transform: scale(0.9);
  width: 100%;
  height: 520px;
  object-fit: contain;
}

.slider #slider_csomag .btn-warning i {
  margin-right: 6px;
}

.slider .title-absult {
  position: absolute;
  bottom: 27px;
  left: 60px;
}

.slider .title-absult p {
  color: white;
  font-size: 26px;
  float: left;
  text-align: left;
  line-height: 1;
  font-weight: 600;
  width: 250px;
  font-family: var(--asap);
}

.slider .bg .info .cta {
  padding: 20px 0px;
  position: relative;
}

.slider .review-absult {
  font-family: var(--oswald);
  color: white;
  position: absolute;
  left: 60px;
  top: 24px;
}

.slider .review-absult span,
.slider .review-absult i  {
  margin-right: 10px;
  font-size: 20px;
}

.slider .review-absult span {
  font-family: var(--oswald);
  font-weight: bold;
}

.slider .bg .product {
  margin-top: 30px;
  transition: all 200ms ease-in-out;
}

.slider .bg .product:hover {
  transform: scale(1.02);
}

.slider .bg .product.offani section {
  top: 45px !important;
  right: 0 !important;
}

.sliderBg {
  position: absolute;
  height: 100%;
  width: 100%;
}

@media (max-width: 1023px) {
  .sliderBg img {
    height: 100%;
    object-fit: cover;
  }
  .badge {
    top: -22px;
    right: 0px;
  }
}

@media (min-width: 1024px) {
  .sliderBg img {
    height: 80%;
    object-fit: cover;
  }
  .badge {
    top: -22px;
    right: -34px;
  }
}

.centerFixed {
  margin-bottom: 35px;
}

.badge {
  background-image: url(../images/badge.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 90px;
  height: 90px;
  position: absolute;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.badge p {
  font-size: 26px;
  margin: 0;
  font-family: var(--oswald);
}

/* slider vége */