.prize-bg {
  width: 100%;
  margin-bottom: 160px;
}

.prize-global {
  padding-top: 64px;
  position: relative;
  width: 100%;
}
.prize-bg .container {
  position: relative;
}

.prize-global {
  margin: 0 auto;
}
.prize {
  position: relative;
  max-width: 1216px;
  width: 100%;
  margin: 0 auto;
}
.prize-global .prize-container {
  max-width: 1216px;
  width: 100%;
  margin: 0 auto;
}
.prize-container {
  display: flex;
  border-radius: 32px;
  background: linear-gradient(
    269.99deg,
    #041330 0.01%,
    #031a3a 36.76%,
    rgba(3, 26, 58, 0) 49.01%
  );
  /* border: 1px solid;
  border-image-source: linear-gradient(275.96deg, #000000 0%, #666666 100%); */
  height: 393px;
  overflow: hidden;
  position: relative;
}

.prize-container::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 32px; /* Phải giống hệt với border-radius của container */
  padding: 1px; /* Tương đương với độ dày của viền (1px) */
  background: linear-gradient(
    275.96deg,
    #000000 0%,
    #666666 100%
  ); /* Màu viền gradient của bạn */
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none; /* Đảm bảo không chặn click chuột vào các nút bên dưới */
  z-index: 10;
}

.prize-left {
  flex: 0 0 63%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.prize-left img{
  opacity: 0;
}

.prize-left::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(
    270deg,
    #041330 0%,
    #031a3a 8.76%,
    rgba(3, 26, 58, 0) 68.01%
  );
}
.prize-right {
  flex: 1;
  padding: 49px 60px 103px 24px;
}
.prize-right-text {
  gap: 24px;
  display: flex;
  flex-direction: column;
}
.prize-right-title {
  display: flex;
  gap: 10px;
  align-items: center;
}
.prize-right-title h1{
	color: #D0D5DD;
	text-align: center;
	font-family: "Roboto";
	font-size: 18px;
	padding: 0;
	margin: 0;
}
.prize-right-title span {
  color: #fff;
}

.prize-star {
  display: flex;
  gap: 12px;
  flex-direction: column;
  color: #fff;
}

.prize-star h2{
	color: #fff;
	font-family: "Roboto";
	font-size: 32px;
	font-weight: 500;
	margin: 0;
}

.prize-star-desc {
  font-family: "Roboto";
  font-size: var(--text-size-3);
  color: #d0d5dd;
}
.prize-right-btn {
  margin-top: 43px;
  width: fit-content;
}
.prize-right-btn a {
  gap: 10px;
  display: flex;
  align-items: center;
  color: #fff;
}
.prize-right-title h2.fw-semibold {
  color: #d0d5dd !important;
  font-size: 18px;
}
.prize-right-flag {
  width: 100px;
  height: auto;
  position: absolute;
  top: 50px;
  right: 30px;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 36px;
}

.owl-dots {
  display: flex;
  padding: 8px 12px;
  align-items: center;
  gap: 9px;
  border-radius: 24px;
  background: rgba(36, 217, 255, 0.2);
  width: fit-content;
  margin: 36px auto 0 auto;
}
.owl-theme .owl-dots .owl-dot span {
  margin: 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: rgba(36, 217, 255, 0.5) !important;
}

@media (max-width: 1300px) and (min-width: 1025px) {
  .prize-left::after {
    background: linear-gradient(
      270deg,
      #041330 0%,
      #031a3a 8.76%,
      rgba(3, 26, 58, 0) 49.01% 49.01%
    );
  }
}

@media (max-width: 1024px) and (min-width: 992px) {
  .prize-container {
    flex-direction: column;
    background: linear-gradient(
      0deg,
      #041330 14.08%,
      #031a3a 58.48%,
      rgba(3, 26, 58, 0) 50.8%
    );
    height: auto;
  }

  .prize-left,
  .prize-right {
    width: 100%;
  }

  .prize-left::after {
    display: none;
  }
  .prize-right-btn {
    margin-top: 20px;
  }

  .prize-left {
    flex: 0 0 70%;
  }
	.prize-right-text {
		align-items: center;
	}
	.prize-star {
    	align-items: center;
	} 
	
	.prize-star h3 {
    font-size: 27px;
  }
  .prize-star-desc {
    font-size: 14px;
  }
  .prize-right-flag img {
    width: 80px;
  }

  .prize-right-btn {
    display: none;
  }
  .prize-global .prize-container {
    min-height: 500px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .prize-container {
    flex-direction: column;
    background: linear-gradient(
      0deg,
      #041330 14.08%,
      #031a3a 58.48%,
      rgba(3, 26, 58, 0) 50.8%
    );
    height: auto;
  }
  .prize-right-btn {
    display: none;
  }

  .prize-global .prize-container {
    min-height: 500px;
  }

  .prize-left {
    flex: unset;
    width: 100%;
    height: 250px;
  }
  .prize-right {
    padding: 0 0 20px 0;
    margin: 0 auto;
  }
  .prize-right-title {
    margin-top: 30px;
    justify-content: center;
  }
  .prize-right-content {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .prize-bg {
    margin-bottom: 80px;
  }
	.prize-bg .container{
		padding: 0 !important;
	}
	
  .prize {
    max-width: 100%;
    margin: 0 auto;
  }

  .prize-global {
    padding-top: 0px;
  }
  .prize-container {
    flex-direction: column;
    background: linear-gradient(
      0deg,
      #041330 14.08%,
      #031a3a 58.48%,
      rgba(3, 26, 58, 0) 50.8%
    );
    gap: 20px;
    height: auto;
    min-height: auto;
  }
  .prize-left {
    width: 100%;
    height: 289px;
  }
  .prize-left {
    flex: unset;
  }
  .prize-left::after {
    width: 0;
  }
  .prize-right {
    padding: 0 0 40px 0;
  }
  .prize-right-content {
    width: 100%;
  }
  .prize-right-text {
    text-align: center;
    gap: 18px;
    padding: 0 12px;
  }
  .prize-right-title {
    margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
  }
	.prize-right-title h1{
		color: #D0D5DD;
		text-align: center;
		font-size: 14px;
	}
  .prize-right-title span {
    font-size: var(--text-size-1);
  }

  .prize-star-desc {
    font-size: 14px;
    padding: 0 16px;
	width: 285px;
	 margin: 0 auto;
  }
  .prize-right-btn {
    display: none;
  }
  .prize-right-flag {
    width: 45px;
    height: 49px;
    top: 27px;
  }

  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 12px;
  }
  .owl-dots {
    display: flex;
    padding: 8px 12px;
    align-items: center;
    gap: 9px;
    border-radius: 24px;
  }
}
@media (max-width: 576px) {
  .prize-left {
    width: 100%;
    height: 164px;
  }
  .prize-right {
    padding: 0 0 24px 0;
  }
  .prize-right-title h2.fw-semibold {
    font-size: 14px;
  }
}
@media (max-width: 430px) {
  .prize-right-flag {
    top: -7px;
  }
}

@media (max-width: 390px) {
  .prize-right-flag {
    top: -7px;
  }
}
