/* Normalize */
* {
  box-sizing: border-box;
}

html, button, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, hr, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, select, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  list-style: none;
}

html {
  color: #FFF;
  font-family: Kanit;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  line-height: normal;
}

a {
  color: #FFF;
  text-decoration: none;
}

.cursor-pointer {
  cursor: pointer;
}

.max-width-1320 {
  max-width: 1320px;
}

.header {
  background: url(https://cloud.devtome.top/domains/prize-me.com/homepage-2025-05/header_bg.png) no-repeat center / cover;
  background-color: #2B0064;
  overflow-x: clip;
}

.logo-text {
  font-size: 12px;
  font-weight: 300;
}

.menu {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0px 0px 0px 10px;
  background: rgba(0, 0, 0, 0.40);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: 1000;
  padding: 20px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
  visibility: hidden;
}

.menu.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.menu-item:hover {
  text-decoration: underline;
}

.header_content__text {
  fill: rgba(44, 44, 44, 0.26);
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
  text-align: center;
  font-family: Prompt;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 25px 16px 33px;
  background: url(https://cloud.devtome.top/domains/prize-me.com/homepage-2025-05/header_text_bg.svg) no-repeat left top / cover;
}

.header_content__image {
  display: block;
  /* position: relative; */
  max-width: 480px;
  width: 100%;
}

.header_content__image--pink {
  position: absolute;
  top: 30px;
  left: 40px;
  width: 68px;
  height: auto;
  animation: bag-left 4s ease-in-out infinite;
}

.header_content__bag--yellow {
  position: absolute;
  top: 140px;
  left: -30px;
  width: 115px;
  height: auto;
  animation: bag-right 4s ease-in-out infinite;
}

@keyframes bag-left {
  from {
    -webkit-transform: rotate(10deg) scale(1);
    transform: rotate(10deg) scale(1);
    ;
  }
  50% {
    -webkit-transform: rotate(-10deg) scale(1.2);
    transform: rotate(-10deg) scale(1.2);
  }
  to {
    -webkit-transform: rotate(10deg) scale(1);
    transform: rotate(10deg) scale(1);
  }
}

@keyframes bag-right {
  from {
    -webkit-transform: rotate(-10deg) scale(1);
    transform: rotate(-10deg) scale(1);
    ;
  }
  50% {
    -webkit-transform: rotate(10deg) scale(1.2);
    transform: rotate(10deg) scale(1.2);
  }
  to {
    -webkit-transform: rotate(-10deg) scale(1);
    transform: rotate(-10deg) scale(1);
  }
}

.header_content__arrow {
  position: absolute;
  bottom: -23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #2ED233;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.header_content__arrow svg {
  animation: arrowBounce 2s infinite ease-in-out;
}

@keyframes arrowBounce {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

.section_title {
  color: #2B0064;
  font-family: Prompt;
  font-size: 25px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 20px;
}

.section_text {
  color: #2C2C2C;
  font-family: Kanit;
  font-size: 16px;
  font-weight: 400;
}

.section_small-text {
  color: #2C2C2C;
  font-family: Kanit;
  font-size: 14px;
  font-weight: 300;
}

.section_small-text-title {
  color: #2B0064;
  font-family: Kanit;
  font-size: 14px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 15px;
}

.about_card {
  position: relative;
  border-radius: 10px;
  background: rgba(255, 199, 11, 0.07);
  border: 1px solid transparent;
  padding: 25px 20px;
  font-size: 14px;
  color: #2C2C2C;
  -webkit-transition: border-color 0.8s ease;
  transition: border-color 0.8s ease;
  width: 100%;
}

.about_card:hover {
  border: 1px solid rgba(44, 44, 44, 0.20);
}

.about_card.blue {
  background: rgba(2, 24, 226, 0.07);
}

.about_card.green {
  background: rgba(46, 210, 51, 0.07);
}

.about_card__image {
  position: absolute;
  right: 0;
  top: -20px;
  width: 80px;
  height: 80px;
}

.product_card {
  position: relative;
  background: url(https://cloud.devtome.top/domains/prize-me.com/homepage-2025-05/product_card_1.png) no-repeat center / cover;
  width: 100%;
  min-height: 200px;
  max-height: 400px;
}

.product_card::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  z-index: 1;
}

.product_card.second {
  background: url(https://cloud.devtome.top/domains/prize-me.com/homepage-2025-05/product_card_2.png) no-repeat left top / cover;
}
.product_card.third {
  background: url(https://cloud.devtome.top/domains/prize-me.com/homepage-2025-05/product_card_3.png) no-repeat center / cover;
}

.product_card:hover::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.product_card-text {
  position: absolute;
  white-space: nowrap;
  top: 35px;
  right: 15px;
  font-family: Kanit;
  font-size: 14px;
  font-weight: 600;
  z-index: 2;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.product_card:hover .product_card-text {
  font-size: 20px;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.marquee {
  width: 100%;
  overflow: hidden;
  /* white-space: nowrap; */
  position: relative;
  height: 32px;
}

.marquee-track {
  display: flex;
  gap: 20px;
  will-change: transform;
  animation: scroll-left linear infinite;
}

.marquee-track img {
  height: 32px;
  flex-shrink: 0;
}

@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.recomendation_card {
  position: relative;
  border-radius: 10px;
  background: url(https://cloud.devtome.top/domains/prize-me.com/homepage-2025-05/recomendation_card_bg.png) no-repeat left top / cover;
  background-color: #7F1225;
  padding: 25px 15px;
  height: 234px;
  width: 100%;
}

.recomendation_card.blue {
  background-color: #2B0064;
}

.recomendation_card__image {
  position: absolute;
  right: -4px;
  bottom: 0;
  height: 160px;
}

.recomendation_card__image.red {
  right: -10px;
  height: 170px;
}

.catalog {
  background: url(https://cloud.devtome.top/domains/prize-me.com/homepage-2025-05/catalog_bg.png) no-repeat center / cover;
  background-color: rgba(2, 24, 226, 0.07);
}

.splide__slide {
  display: flex;
  justify-content: center;
}

.splide__slide img {
  width: 100%;
  max-width: 290px;
  border-radius: 10px;
}

.splide__pagination__page {
  background-color: rgba(43, 0, 100, 0.20);
}

.splide__pagination__page.is-active {
  background-color: #2B0064;
  height: 10px;
  width: 10px;
}

.splide__pagination {
    bottom: -40px;
}

.phone_block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #FFF;
  color: #2C2C2C;
  font-family: Kanit;
  font-size: 14px;
  font-weight: 400;
  margin: 0 auto;
  margin-top: 60px;
  width: 190px;
  height: 61px;
}

.phone_block-title {
  font-family: Prompt;
  font-size: 18px;
  font-weight: 600;
  color: #2B0064;
}

.footer {
  background: url(https://cloud.devtome.top/domains/prize-me.com/homepage-2025-05/footer_bg.png) no-repeat bottom center / cover;
  background-color: #2B0064;
  padding: 50px;
}

.popup {
  position: fixed;
  right: 10px;
  bottom: 40px;
  width: 290px;
  padding: 15px 12px;
  z-index: 20;
  color: #000;
  font-family: Kanit;
  font-size: 10px;
  font-weight: 400;
  border-radius: 10px;
  border: 1px solid var(--DARK-BLUE, #2B0064);
  background: #FFF;
  box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.10);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.popup.active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.popup a {
  color: #000;
  text-decoration: underline;
}

.popup__button {
  border-radius: 5px;
  background: #2ED233;
  color: #FFF;
  text-align: center;
  font-family: Prompt;
  font-size: 12px;
  font-weight: 600;
  width: 130px;
  height: 34px;
  cursor: pointer;
}

@media(min-width: 768px) {
  .header {
    background: url(https://cloud.devtome.top/domains/prize-me.com/homepage-2025-05/header_bg_desc.png) no-repeat center / cover;
    background-color: #2B0064;
  }

  .menu-item {
    font-size: 18px;
    margin-inline: 20px;
  }

  .header_content__image {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }

  .header_content__text {
    position: unset;
    background: none;
    font-size: 20px;
    text-align: left;
    margin-top: -160px;
  }

  .header_content__arrow {
    bottom: unset;
    top: 450px;
    left: unset;
    right: 60%;
    -webkit-transform: unset;
    transform: unset;
    width: 110px;
    height: 110px;
  }

  .header_content__image--pink {
    position: absolute;
    top: 20px;
    right: 0;
    left: unset;
    width: 157px;
    height: 180px;
    animation: bag-left 4s ease-in-out infinite;
  }

  .header_content__bag--yellow {
    position: absolute;
    top: 200px;
    right: -140px;
    left: unset;
    width: 261px;
    height: 225px;
    animation: bag-right 4s ease-in-out infinite;
  }

  .section_title {
    font-size: 40px;
  }

  .section_text {
    font-size: 18px;
  }

  .section_small-text-title {
    margin-top: 0;
    margin-bottom: 10px; 
    font-size: 16px;
  }

  .section_small-text {
    font-size: 16px;
  }              

  .about_card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
  }

  .about_card__image {
    position: absolute;
    right: 4px;
    width: 80px;
    height: 80px;
  }

  .recomendation_card {
    padding: 60px 30px;
    height: 320px;
    font-size: 18px;
  }

  .recomendation_card__image {
    right: 0;
    bottom: 0;
    height: unset;
  }

  .recomendation_card__image.red {
    right: -24px;
    height: unset;
  }

  .product_card {
    min-height: 400px;
  }

  .phone_block {
    font-size: 18px;
    width: 424px;
    height: 87px;
  }

  .phone_block-title {
    font-size: 24px;
  }

  .popup {
    padding: 19px 37px 19px 20px;
    font-size: 12px;
    width: 390px;
  }
}

@media(min-width: 992px) {
  .header_content__text {
    font-size: 40px;
  }

  .about_card {
    font-size: 16px;
  }

  .product_card-text {
    font-size: 24px;
  }

  .product_card:hover .product_card-text {
    font-size: 34px;
  }

  .footer {
    height: 225px;
  }
}

@media(min-width: 1200px) {
  .header_content__text {
    font-size: 50px;
  }

  .about_card__image {
    position: absolute;
    right: 16px;
    width: 120px;
    height: 120px;
  }
}