/* =========================
   BREAKPOINTS
========================= */
/* Mobile */
/* Tablet */
/* Desktop */
.promo {
  background-color: #1ea9e2;
  border-radius: 15px;
  display: flex;
  width: 100%;
  padding: 3rem;
  box-sizing: border-box;
  gap: 3rem;
  justify-content: center;
  margin-top: 3rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .promo {
    padding: 2rem;
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .promo {
    padding: 1.5rem;
    gap: 1.5rem;
  }
}
@media (max-width: 564px) {
  .promo {
    flex-direction: column;
    align-items: center;
    padding: 1.5rem;
    gap: 1rem;
  }
}
@media (max-width: 480px) {
  .promo {
    padding: 1rem;
    gap: 0.8rem;
    border-radius: 10px;
    margin-top: 1.5rem;
  }
}
.promo .wrapper-promo {
  display: flex;
}
.promo .wrapper-promo.left {
  width: 30%;
}
.promo .wrapper-promo.left img {
  width: 20rem;
  border-radius: 15px;
  box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.4);
}
@media (max-width: 1024px) {
  .promo .wrapper-promo.left img {
    width: 16rem;
  }
}
@media (max-width: 768px) {
  .promo .wrapper-promo.left img {
    width: 10rem;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (max-width: 564px) {
  .promo .wrapper-promo.left img {
    width: 12rem;
  }
}
@media (max-width: 480px) {
  .promo .wrapper-promo.left img {
    width: 8rem;
    border-radius: 10px;
  }
}
.promo .wrapper-promo.left {
  justify-content: end;
}
@media (max-width: 564px) {
  .promo .wrapper-promo.left {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .promo .wrapper-promo.left {
    width: 100%;
    justify-content: center;
  }
}
.promo .wrapper-promo.right {
  width: 40%;
  flex-direction: column;
  justify-content: center;
  color: white;
}
.promo .wrapper-promo.right h1 {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 1rem;
}
.promo .wrapper-promo.right p {
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 1024px) {
  .promo .wrapper-promo.right h1 {
    font-size: 28px;
  }
  .promo .wrapper-promo.right p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .promo .wrapper-promo.right {
    width: 50%;
  }
  .promo .wrapper-promo.right h1 {
    font-size: 16px;
    margin-bottom: 1rem;
  }
  .promo .wrapper-promo.right p {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 564px) {
  .promo .wrapper-promo.right {
    width: 100%;
    text-align: center;
    align-items: center;
  }
  .promo .wrapper-promo.right h1 {
    font-size: 20px;
    margin-bottom: 0.5rem;
  }
  .promo .wrapper-promo.right p {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .promo .wrapper-promo.right {
    width: 100%;
    text-align: center;
    align-items: center;
  }
  .promo .wrapper-promo.right h1 {
    font-size: 16px;
    margin-bottom: 0.4rem;
  }
  .promo .wrapper-promo.right p {
    font-size: 11px;
    line-height: 16px;
  }
}
.promo .wrapper-promo.right .kupon {
  display: flex;
  margin-top: 1rem;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 564px) {
  .promo .wrapper-promo.right .kupon {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .promo .wrapper-promo.right .kupon {
    gap: 0.5rem;
    margin-top: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.promo .wrapper-promo.right .kupon .code {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  background: rgba(239, 242, 246, 0.3);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 15px;
}
.promo .wrapper-promo.right .kupon .code h4 {
  font-size: 14px;
  margin-bottom: 5px;
}
.promo .wrapper-promo.right .kupon .code span {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .promo .wrapper-promo.right .kupon .code h4 {
    font-size: 12px;
  }
  .promo .wrapper-promo.right .kupon .code span {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .promo .wrapper-promo.right .kupon .code {
    padding: 0.5rem 1rem;
    border-radius: 10px;
  }
  .promo .wrapper-promo.right .kupon .code h4 {
    font-size: 10px;
  }
  .promo .wrapper-promo.right .kupon .code span {
    font-size: 14px;
  }
}
@media (max-width: 564px) {
  .promo .wrapper-promo.right .kupon .code {
    padding: 0.6rem 1.2rem;
  }
  .promo .wrapper-promo.right .kupon .code h4 {
    font-size: 11px;
  }
  .promo .wrapper-promo.right .kupon .code span {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .promo .wrapper-promo.right .kupon .code {
    padding: 0.3rem 0.8rem;
    border-radius: 8px;
  }
  .promo .wrapper-promo.right .kupon .code h4 {
    font-size: 8px;
    margin-bottom: 2px;
  }
  .promo .wrapper-promo.right .kupon .code span {
    font-size: 11px;
  }
}
.promo .wrapper-promo.right .kupon button {
  background-color: #fff;
  color: #1ea9e2;
  height: 3rem;
  width: 8rem;
  border: none;
  border-radius: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: bold;
  font-size: 14px;
}
.promo .wrapper-promo.right .kupon button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
}
.promo .wrapper-promo.right .kupon button:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}
@media (max-width: 1024px) {
  .promo .wrapper-promo.right .kupon button {
    height: 2.5rem;
    width: 7rem;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .promo .wrapper-promo.right .kupon button {
    height: 2rem;
    width: 6rem;
    font-size: 10px;
    border-radius: 10px;
  }
}
@media (max-width: 564px) {
  .promo .wrapper-promo.right .kupon button {
    font-size: 11px;
    height: 2.2rem;
    width: 6.5rem;
  }
}
@media (max-width: 480px) {
  .promo .wrapper-promo.right .kupon button {
    font-size: 9px;
    height: 1.8rem;
    width: 5rem;
    border-radius: 8px;
    padding: 0 0.5rem;
  }
}
.promo .ornamen {
  position: absolute;
  right: 20rem;
  opacity: 0.2;
  pointer-events: none;
}
.promo .ornamen svg {
  width: 300px;
}
@media (max-width: 1024px) {
  .promo .ornamen {
    right: 5rem;
  }
  .promo .ornamen svg {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .promo .ornamen svg {
    width: 150px;
  }
}
@media (max-width: 564px) {
  .promo .ornamen {
    right: 3rem;
  }
  .promo .ornamen svg {
    width: 120px;
  }
}
@media (max-width: 480px) {
  .promo .ornamen {
    right: 1rem;
  }
  .promo .ornamen svg {
    width: 80px;
  }
  .promo .ornamen {
    opacity: 0.15;
  }
}/*# sourceMappingURL=promo-container.css.map */