.pakets__container {
  background-image: url(/img/bg/pak_bg.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .pakets__wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
.pakets__paket {
  margin: 0 auto;
  padding: 3vh 2vw;
}
.pakets__paket--container {
  width: 100%;
  padding: 1.25em;
  border: 3px solid #ffffff;
  background-color: rgba(19, 161, 247, 0.85);
  background-image: url(/img/bg/paket_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-end;
  box-shadow: inset 4px 3px 52px 5px rgba(0, 0, 0, 0.4), 0 0 74px 7px rgba(13, 52, 132, 0.24), rgba(10, 49, 252, 0.34) 0 0 25px, rgba(10, 49, 252, 0.52) 0 0 16px, rgba(10, 49, 252, 0.92) 0 0 14px, rgba(10, 49, 252, 0.78) 0 0 20px, rgba(10, 49, 252, 0.92) 0 0 40px;
}
.pakets__paket--img {
  position: relative;
  margin: 0 auto;
}
.pakets__paket--img img {
  -webkit-clip-path: polygon(92% 0, 100% 8%, 100% 100%, 8% 100%, 0 92%, 0 0);
  clip-path: polygon(92% 0, 100% 8%, 100% 100%, 8% 100%, 0 92%, 0 0);
}
.pakets__paket--shadow {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 92%;
  height: 92%;
  box-shadow: 4px 3px 19px 2px rgba(0, 0, 0, 0.75), inset 4px 3px 52px 5px rgba(0, 0, 0, 0.75);
}
.pakets__paket--text {
  margin-top: 2em;
}
.pakets__paket--text h5 {
  font-size: 1.75em;
  font-weight: 600;
  margin: .25em;
}
@media screen and (max-width: 1024px) {
  .pakets__paket--text h5 {
    font-size: 2.5em;
  }
}
.pakets__paket--text ul {
  list-style: none;
  padding-left: 0;
}
.pakets__paket--text ul li {
  font-family: "Jura";
  font-size: 1.25em;
  font-weight: 500;
  margin: .5em 0;
}
@media screen and (max-width: 1024px) {
  .pakets__paket--text ul li {
    font-size: 1.75em;
  }
}
.pakets__paket--text ul li:before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: .5em;
  background-image: url("/img/star.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}
.pakets__paket--btn {
  text-align: right;
}
.pakets__paket--btn a {
  padding: .5em .75em;
  background-color: #13a1f7;
  box-shadow: inset 0 0 15px 3px rgba(0, 0, 0, 0.68), 0 0 74px 7px rgba(13, 52, 132, 0.24), 0 0 10px rgba(202, 228, 225, 0.92), 0 0 25px rgba(10, 49, 252, 0.34), 0 0 16px rgba(10, 49, 252, 0.52), 0 0 14px rgba(10, 49, 252, 0.92), 0 0 20px rgba(10, 49, 252, 0.78), 0 0 40px rgba(10, 49, 252, 0.92), 0 0 10px rgba(202, 228, 225, 0.92) inset, 0 0 25px rgba(10, 49, 252, 0.34) inset, 0 0 16px rgba(10, 49, 252, 0.52) inset, 0 0 14px rgba(10, 49, 252, 0.92) inset, 0 0 20px rgba(10, 49, 252, 0.78) inset, 0 0 40px rgba(10, 49, 252, 0.92) inset;
  display: inline-block;
  position: relative;
  top: 2em;
  font-size: 1.5em;
}
@media screen and (max-width: 1024px) {
  .pakets__paket--btn a {
    font-size: 2.5em;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 1300px) {
  .pakets__paket--btn a {
    width: auto;
  }
}
.pakets__text {
  text-align: center;
  margin: 0 auto 2em;
  font-weight: 500;
  font-size: 1.75em;
  max-width: 90%;
}
@media screen and (min-width: 1024px) {
  .pakets__text {
    max-width: 70%;
  }
}

/*# sourceMappingURL=pakets.css.map */
