/* Global Styles */
:root {
  --primary-color: #00a651;
  --secondary-color: #fbb03b;
  --dark-color: #002060;
  --light-color: #ffffff;
  --gradient-green: linear-gradient(135deg, #00a651 0%, #006838 100%);
}

body {
  font-family: "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  line-height: 1.6;
  /* padding-top: 76px; */
}

/* Header & Navigation */
.navbar {
  background: var(--light-color);
  padding: 0.5rem 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-nav .nav-link {
  color: var(--dark-color);
  font-weight: 500;
  padding: 1rem !important;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: var(--primary-color);
}

/* Banner Section */
.banner-section {
  position: relative;
  background: var(--gradient-green);
  overflow: hidden;
  width: 100%;
}

.banner-container {
  display: flex;
  max-height: 400px;
}

.banner-left,
.banner-right {
  position: relative;
  flex: 1;
}

.banner-left {
  background: var(--gradient-green);
}

.banner-img-left,
.banner-img-right {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-left-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  width: 100%;
  padding: 0 20px;
}

.logo-wrapper {
  margin-bottom: 20px;
}

.lotto-logo {
  margin-bottom: 15px;
  display: inline-block;
}

.btn-buy {
  padding: 12px 30px 12px 45px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  background: #ffffff;
  color: var(--primary-color);
  border: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.btn-buy:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.icon-arrow {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary-color);
  font-weight: bold;
}

/* Section Headers */
.section-title {
  color: #ffffff;
  font-size: 50px;
  font-weight: 800;
  text-align: center;
  /* font-family: "Roboto", system-ui; */
}

/* Lotto Info Prize Section */
.lotto-info-prize {
  background: url("images/back-ground-center.png") center center/cover no-repeat;
  position: relative;
  /* overflow: hidden; */
  padding: 60px 0;
}

.floating-coins {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.coin {
  position: absolute;
  animation: float 6s ease-in-out infinite;
}

.coin1 {
  top: 18%;
  left: 22%;
  /* animation-delay: -2s; */
  z-index: 2;
  animation: float-coin1 5s ease-in-out infinite;
}
.coin2 {
  top: 30%;
  right: 20%;
  /* animation-delay: -8s; */
  animation: float-coin1 8s ease-in-out infinite;
}
.coin3 {
  top: 5%;
  left: 30%;
  /* animation-delay: -1s; */
  animation: float 6s ease-in-out infinite;
}
.coin4 {
  top: 7%;
  right: 25%;
  /* animation-delay: -3s; */
  animation: float 5s ease-in-out infinite;
  z-index: 2;
}
.coin5 {
  top: 2%;
  left: 20%;
  /* animation-delay: -5s; */
  animation: float 8s ease-in-out infinite;
}

/* What is Lotto Section */
.what-is-lotto {
  position: relative;
  z-index: 1;
}

.lotto-info {
  position: relative;
  height: 500px;
}

.center-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* width: 180px;
    height: 180px; */
  z-index: 2;
}

.center-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.info-item {
  position: absolute;
  width: 30%;
  height: 33%;
  /* width: 260px; */
  /* height: 160px; */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 20px;
}

/* .info-glass {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.15);
} */

.info-content {
  padding: 20px;
}

.info-content h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.info-content .highlight {
  font-size: 60px;
  font-weight: 800;
  margin: 0 10px 0 0;
  line-height: 1;
  /* font-family: "Roboto", system-ui; */
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.7));
}

.info-content .suffix {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  margin-top: 5px;
  text-transform: lowercase;
}

.info-content .prize-line {
  display: flex;
  align-items: center;
}

.top-left {
  top: 15%;
  left: 10%;
  background: linear-gradient(112.44deg, #118e42 21.87%, #97e27c 93.62%);
  justify-content: right;
  padding-right: 2%;
}
.top-right {
  top: 15%;
  right: 10%;
  background: linear-gradient(112.44deg, #97e27c 16.23%, #118e42 91.75%);
  justify-content: left;
  padding-left: 2%;
}
.bottom-left {
  bottom: 15%;
  left: 10%;
  background: linear-gradient(112.44deg, #118e42 21.87%, #97e27c 93.62%);
  justify-content: right;
  padding-right: 2%;
}
.bottom-right {
  bottom: 15%;
  right: 10%;
  background: linear-gradient(112.44deg, #97e27c 16.23%, #118e42 91.75%);
  justify-content: left;
  padding-left: 2%;
}

/* Prize Table */
.prize-structure {
  padding: 50px 0;
  position: relative;
}

.prize-table-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 30px 10px 20px 10px;
  position: relative;
}

.prize-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 7px;
}

.prize-table th {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #09753b;
}

.prize-table th.text-align-left {
  text-align: left;
}

.prize-table th.text-align-center {
  text-align: center;
}

.prize-table th.text-align-right {
  text-align: right;
}

.prize-table th.text-child {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.prize-table td {
  padding: 10px;
  vertical-align: middle;
  background: #ffffff;
}

.prize-table tr:last-child td {
  border-bottom: none;
}

.prize-rank {
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}

.dots-row {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-start;
}

.dots-row.row-special {
  justify-content: center;
}

.dot {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.dot.main {
  background-image: url("images/ball-main.png");
}

.dot.special {
  background-image: url("images/ball-special.png");
}

.dot.lose {
  background-image: url("images/ball-lose.png");
}

.prize-amount {
  /* display: flex; */
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
  font-size: 20px;
  font-weight: 500;
  color: #009444;
  text-align: right;
}

.tui-tien-icon {
  width: 29px;
}

.note-region {
  display: flex;
  margin-top: 20px;
  line-height: 150%;
}

.icon-note {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background-color: #ffffff;
  align-content: center;
  text-align: center;
}

.prize-note {
  color: #ffffff;
  font-size: 18px;
  text-align: left;
  max-width: 170px;
  margin: 0 30px 0 10px;
}

.prize-note.note-right {
  max-width: 375px;
}

.btn-note {
  border-radius: 8px;
  background: linear-gradient(112.44deg, #118e42 21.87%, #97e27c 93.62%);
  width: 185px;
  height: 60px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  align-content: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  z-index: 2;
}

.btn-note:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.icon-arrow-note {
  color: #ffffff;
  font-weight: bold;
}

/* Easy Play Section */
.easy-play {
  padding: 0 0 30px 0;
  /* background: var(--gradient-green); */
}

.region-easy-play {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.easy-play .title-right {
  font-size: 18px;
  font-weight: 400;
  max-width: 232px;
  text-align: right;
  color: #212121;
}

.btn-easy-play {
  background: var(--DoXS1, #eb2030);
  color: #ffffff;
}

.icon-arrow-easy {
  color: #ffffff;
}

.title-xanh {
  background: linear-gradient(112.44deg, #118e42 21.87%, #97e27c 93.62%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.easy-play .section-title {
  max-width: 400px;
  text-align: left;
  margin-bottom: 0px;
}

.easy-play .section-title-row2 {
  background: #212121;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.easy-play .text-highlight {
  color: var(--secondary-color);
}

.easy-play .subtitle {
  max-width: 400px;
  font-size: 30px;
  font-weight: 700;
}

.video-cards {
  margin-top: 30px;
}

.video-card {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.video-card:hover {
  transform: translateY(-5px);
}

.video-thumbnail {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 8px;
  height: 100%;
}

.video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-thumbnail video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
}

/* .play-icon i {
  font-size: 24px;
  color: var(--primary-color);
} */

.video-title {
  padding: 10px;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: #333;
  text-align: center;
}

.increase-chances {
  padding-bottom: 50px;
}

.faq-section {
  padding-top: 30px;
}

.title-increase-chances,
.title-faq-section {
  display: flex;
  justify-content: center;
}

.title-increase-chances h2 {
  margin-bottom: 0px;
}

.increase-chances .subtitle {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.feature-cards {
  display: flex;
  gap: 30px;
  margin: 0 auto;
  flex-direction: column;
}

.feature-card {
  display: flex;
  flex: 1;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  background: #fff;
  transition: transform 0.3s ease;
}

.feature-card .w-65 {
  width: 65%;
}

.feature-card .w-35 {
  width: 35%;
}

.feature-card:hover {
  transform: translateY(-5px);
}

.feature-image {
  position: relative;
  max-width: 464px;
  overflow: hidden;
}

.feature-image .video-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-content {
  padding: 30px;
  background: linear-gradient(112.44deg, #118e42 21.87%, #97e27c 93.62%);
}

.feature-content h3 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

.feature-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  color: #ffffff;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 500;
}

.feature-content ul li i {
  color: #c8d168;
  margin-right: 10px;
  margin-top: 5px;
}

.feature-content.green-bg ul li i {
  color: #00a651;
}

.feature-content ul li.feature-border-bottom {
  border-bottom: 0.5px solid #ffffff;
  padding-bottom: 15px;
}

/* FAQ Section */
.faq-section .subtitle {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.faq-container {
  max-width: 1200px;
  margin: 0 auto;
}

.accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.accordion-button {
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #212121;
  background-color: #efeff1;
  border: none;
  position: relative;
  padding-right: 50px;
}

.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #009444;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
}

.accordion-button::after {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23008542'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-body {
  padding: 20px;
  font-size: 16px;
  color: #212121;
  line-height: 1.6;
  background-color: #f6f6f6;
}

.related-products {
  padding-bottom: 40px;
}

.related-products-title {
  color: #212121;
  font-size: 30px;
  font-weight: 700;
  margin: 50px 0;
}

.product-logos {
  text-align: center;
}

.product-logos img {
  margin: 0 10px;
  transition: transform 0.3s ease;
}

.product-logos img:hover {
  transform: translateY(-5px);
  cursor: pointer;
}

.color-vang-gold {
  background: linear-gradient(
    180deg,
    #ccb15b 1.04%,
    #fff5d6 49.48%,
    #ccb15b 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

.text-align-center {
  text-align: center;
}

.than-tai-image {
  position: absolute;
  bottom: -100px;
  right: -280px;
  z-index: 1;
}

.than-tai-image img {
  max-width: 500px;
  height: auto;
}

.region-gach-chan-trang {
  position: absolute;
  bottom: -20px;
  width: 100%;
}

.region-gach-chan-trang img {
  width: 100%;
  max-height: 100px;
}

/* .region-gach-chan img {
  width: -webkit-fill-available;
} */

.region-note-center {
  display: flex;
}

.info-item-left {
  height: 70%;
  align-items: flex-start;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  opacity: 0;
}

.info-item-left h3 {
  font-size: 30px;
  font-weight: 700;
}

.info-item-left .info-content {
  padding: 30px 40px;
}

.info-item-right {
  height: 70%;
  align-items: flex-start;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  opacity: 0;
}

.info-item-right h3 {
  font-size: 30px;
  font-weight: 700;
}

.info-item-right .info-content {
  padding: 30px 40px;
}

.info-content .suffix-left {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

/* Khi hover vào top-left */
.info-item.top-left:hover ~ .info-item-top-left,
.info-item-top-left:hover {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateY(0);
  z-index: 1;
  transition: all 1s ease;
}

/* .info-item.top-left:hover ~ .coin1 {
  animation: float-coin1 1s ease-in-out infinite;
} */

/* Khi hover vào bottom-left */
.info-item.bottom-left:hover ~ .info-item-bottom-left,
.info-item-bottom-left:hover {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateY(0);
  z-index: 1;
  transition: all 1s ease;
}

/* Khi hover vào top-right */
.info-item.top-right:hover ~ .info-item-top-right,
.info-item-top-right:hover {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateY(0);
  z-index: 1;
  transition: all 1s ease;
}

/* Khi hover vào bottom-right */
.info-item.bottom-right:hover ~ .info-item-bottom-right,
.info-item-bottom-right:hover {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateY(0);
  z-index: 1;
  transition: all 1s ease;
}

.video-iframe {
  width: 100%;
  height: 100%;
}

@media (width: 1024px) {
  .logo-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .lotto-logo {
    width: 50%;
    height: 50%;
  }
}

@media (width: 768px) {
  .logo-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .lotto-logo {
    width: 50%;
    height: 50%;
  }
}

/* @media (max-width: 768px) */
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }

  /* Banner Section */
  .banner-section {
    height: auto;
  }

  .banner-container {
    flex-direction: column;
    max-height: none;
  }

  .banner-left,
  .banner-right {
    min-height: 200px;
  }

  .banner-left-content {
    padding: 30px 15px;
  }

  .logo-wrapper {
    margin-bottom: 15px;
  }

  .lotto-logo {
    max-width: 150px;
    height: auto;
  }

  .btn-buy {
    padding: 10px 25px 10px 40px;
    font-size: 16px;
  }

  /* What is Lotto Section */
  .what-is-lotto {
    padding: 30px 0;
  }

  .lotto-info {
    height: auto;
    padding: 20px 0;
  }

  .center-circle {
    position: relative;
    transform: none;
    left: auto;
    top: auto;
    width: 120px;
    height: 120px;
    margin: 20px auto;
  }

  .info-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
  }

  .top-left,
  .top-right,
  .bottom-left,
  .bottom-right {
    padding: 15px;
  }

  .info-content h3 {
    font-size: 20px;
  }

  .info-content .highlight {
    font-size: 40px;
  }

  /* Prize Table Section */
  .prize-table-wrapper {
    max-width: 100%;
    padding: 15px 5px;
    overflow-x: auto;
  }

  .prize-table {
    /* min-width: 600px; */
    font-size: 14px;
    border-spacing: 0px;
  }

  .prize-table th {
    font-size: 16px;
    padding: 3px;
  }

  .prize-table td {
    padding: 3px;
  }

  .dots-row {
    gap: 3px;
  }

  .note-region {
    flex-direction: column;
  }

  .prize-note {
    max-width: 100%;
  }

  .than-tai-image {
    display: none;
  }

  .region-gach-chan-trang {
    display: none;
  }

  .prize-rank {
    font-size: 16px;
  }

  .prize-amount {
    font-size: 16px;
  }

  /* Easy Play Section */
  .easy-play {
    padding: 30px 0;
  }

  .region-easy-play {
    flex-direction: column;
  }

  .easy-play .section-title {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .easy-play .title-right {
    text-align: left;
    margin: 15px 0;
  }

  .video-cards .row {
    margin: 0 -10px;
  }

  .video-card {
    margin-bottom: 20px;
  }

  /* Feature Cards */
  .feature-card {
    flex-direction: column;
  }

  .feature-card .w-65,
  .feature-card .w-35 {
    width: 100%;
  }

  .feature-image {
    max-width: 100%;
    height: 200px;
  }

  .feature-content {
    padding: 20px;
  }

  .feature-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .feature-content ul li {
    font-size: 16px;
  }

  /* FAQ Section */
  .faq-section {
    padding: 30px 0;
  }

  .accordion-button {
    font-size: 16px;
    padding: 15px 45px 15px 15px;
  }

  .accordion-button::after {
    width: 30px;
    height: 30px;
    right: 10px;
  }

  .accordion-body {
    padding: 15px;
    font-size: 14px;
  }

  /* Related Products */
  .related-products {
    padding: 30px 0;
  }

  .related-products-title {
    font-size: 24px;
    margin: 30px 0;
  }

  .product-logos img {
    max-width: 120px;
    margin: 10px;
  }

  /* Utilities */
  .than-tai-image {
    display: none;
  }

  .region-gach-chan-trang {
    bottom: -10px;
  }

  .region-gach-chan-trang img {
    max-height: 50px;
  }

  .floating-coins {
    z-index: 1;
  }

  .info-item-left,
  .info-item-right {
    display: none;
  }

  .region-gach-chan img {
    width: -webkit-fill-available;
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 24px;
  }

  .subtitle {
    font-size: 18px !important;
  }

  .banner-left-content {
    padding: 20px 10px;
  }

  .btn-buy {
    font-size: 14px;
    padding: 8px 20px 8px 35px;
  }

  .info-content .highlight {
    font-size: 32px;
  }

  .feature-content h3 {
    font-size: 20px;
  }

  .product-logos img {
    max-width: 100px;
    margin: 5px;
  }
}

@media (max-width: 320px) {
  .logo-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .lotto-logo {
    width: 50%;
    height: 50%;
  }

  .banner-left,
  .banner-right {
    min-height: 180px;
  }
}

/* Animations */
@keyframes float {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-30px) rotate(50deg) translateX(30px);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}

@keyframes float-coin1 {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-100px) rotate(50deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
