html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #eee;
  font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  transform: translate3d(0, 0, 0);
  color: #d77519;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.card {
  justify-content: center;
  display: grid;
  align-items: center;
}

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

.swindle-title {
  color: #d77519;
  font-weight: 700;
  font-size: 2rem;
  margin: 0 0.4em;
}

.swindle-desc {
  font-size: 18px;
  margin: 1em;
  padding: 0 100px;
  font-weight: 400;
  color: black;
  max-height: 90vw;
  overflow-y: auto;
}

.swindle-link {
  margin: 0 2em 0 0;
  text-align: right;
}

.swindle-link a {
  font-size: 1em;
  color: #d77519;
  text-decoration: none;
}

.swiper-slide:nth-child(2n) {
  color: #d41d3d;
}

.swiper-slide:nth-child(2n) .swindle-title, .swiper-slide:nth-child(2n) .swindle-link a {
  color: #d41d3d;
}

.container {
  background-image: url(serce.png), linear-gradient(135deg, #f64060 1%, #d41d3d 34%, #d41d3d 68%, #c51836 100%) !important;
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;

}

h2, h3 {
  font-weight: 700;
  font-size: 2rem;
  color: white;
  text-align: center;
}

.buttons-navi {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-gap: 0.5em;
  padding: 0 2em;
  margin: 0 auto;
}

.buttons-navi button {
  appearance: none;
  background: rgba(255, 255, 255, 0.8);
  border: 5px solid #d77519;
  color: #d77519;
  border-radius: 15px;
  box-sizing: border-box;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  min-height: 60px;
  min-width: 0;
  outline: none;
  padding: 16px 24px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
  will-change: transform;
  text-transform: uppercase;
  cursor: pointer;
}

.buttons-navi button:hover {
  color: #fff;
  background-color: #d77519;
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}

.buttons-navi button:active {
  box-shadow: none;
  transform: translateY(0);
}

.swiper-slide:nth-child(2n) .buttons-navi button {
  border: 5px solid #d41d3d;
  color: #d41d3d;
}

.swiper-slide:nth-child(2n) .buttons-navi button:hover,
.swiper-slide:nth-child(1) .buttons-navi button:hover {
  color: #fff;
  background-color: #d41d3d;
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}

.home, .footer {
  display: grid;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  color: white;
  text-align: center;
  background: linear-gradient(135deg, #f64060 1%, #d41d3d 34%, #d41d3d 68%, #c51836 100%) !important;
  width: 100vw;
  min-height: 3em;
  white-space: nowrap;
  position: sticky;
  cursor: pointer;
}

.container a {
  color: #fff;
}

.container button {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  border: 5px solid #fff;
}

h1, .footer-title {
  font-weight: 900;
  font-size: 3.5rem;
  color: white !important;
  text-align: center;
  margin: 10px;
  margin-top: 100px;
}

.last-card {}

@media (max-width: 1200px) {
  .swindle-desc {
    padding: 0;
    font-size: 14px;
  }

  .swindle-link a {
    font-size: 14px;
  }

  .buttons-navi button {
    padding: 0 5px;
  }

  .home, .footer {
    font-size: 0.8rem;
  }
}

.swiper-slide {
  opacity: 0;
}

.swiper-slide.swiper-slide-active {
  opacity: 1;
}