.home-prize {
  background: rgb(94, 64, 212, 0.7);
  background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, rgba(94, 64, 212, 0.85) 25%, rgba(94, 64, 212, 0.85) 75%, rgba(0, 212, 255, 0) 100%);
  color: #f9f4f5;
  padding: 10px 0;
  color: #2b2460;
  border-radius: 25px 2px 25px 5px !important;
}
.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}
.mt-3, .my-3 {
  margin-top: 1rem !important;
}
.main-prize {
  background: linear-gradient(90deg, rgb(36 25 0 / 0%) 0%, rgb(255 255 255 / 5%) 25%, rgb(255 255 255 / 8%) 75%, rgb(255 214 0 / 0%) 100%);
  border-left: 2px solid #081e3700;
  border-right: 2px solid #080e3700;
}
.main-prize ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  font-weight: 700;
  font-size: 20px;
  color: #000000;
}
.main-prize .circle, .main-prize ul.circles li {
  width: 48px;
  height: 48px;
  line-height: 48px;
  background: -webkit-linear-gradient(90deg, rgb(147 88 0) 0%, rgb(240 92 33) 33%, rgb(252 225 21) 100%);
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
  padding: 0px;
  font-weight: 700;
}
.other-prize .circle, .other-prize ul.circles li {
  width: 48px;
  height: 48px;
  line-height: 48px;
  background: -webkit-linear-gradient(90deg, rgb(239 0 0) 0%, rgb(107 0 0) 33%, rgb(201 64 64) 100%);
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
  padding: 0px;
  font-weight: 700;
}
.other-prize ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  font-weight: 700;
  font-size: 20px;
  color: #f3f3f3;
}

.prize-divider {
  height: 3px;
  background-color: #6c6eca;
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, rgba(2, 0, 36, 0) 20%, rgb(233 245 139) 45%, rgb(139 214 245) 55%, rgba(0, 212, 255, 0) 80%);
  margin: 15px 0;
}
.home-prize {
  background: rgb(94, 64, 212, 0.7);
  background: linear-gradient(90deg, rgb(60 0 87) 0%, rgb(102 36 135 / 85%) 25%, rgb(97 4 129) 75%, rgb(55 0 77) 100%);
  color: #f9f4f5;
  padding: 10px 0;
  color: #2b2460;
  box-shadow: 2px 2px 2px 2px #1c0a26;
}

.main .bg-drawing {
  background-color: #fff0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.main .bg-drawing .title-next-draw {
  color: white;
  text-align: center;
}

.main .bg-drawing .random-number .title-random-number {
  color: white;
  text-align: right;
  padding-right: 41px;
}

.main .bg-drawing .random-number .random-box {
  width: 100%;
  padding: 5px;
    padding-right: 5px;
  padding-right: 20px;
}

.main .bg-drawing .random-number .random-box .number-box {
  width: 78%;
  height: 80px;
  background-color: #0c1524;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  display: flex;
}

.main .bg-drawing .random-number .random-box .number-box .list-small-box {
  overflow: hidden;
  padding-bottom: 31px;
  width: 68px;
  height: 48px;
  background-color: #283346;
  align-items: center;
  justify-content: center;
  display: flex;
  margin: 3px;
  border-radius: 5px;
  color: white;
  font-size: 22px;
}

.main .bg-drawing .random-number .random-box .btn-generate {
  width: 20%;
  background-color: #0c1524;
  text-align: center;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  display: flex;
  color: white;
  font-size: 12px;
  cursor: pointer;
}
.main .bg-drawing .time-relese .box-time {
  height: 100px;
  margin: 5px;
}
.main .bg-drawing .time-relese .box-time .num-time {
  background-color: #0c1524;
  border-radius: 5px;
  width: 140px;
  height: 73px;
  color: white;
  font-size: 60px;
  display: grid;
  place-content: center;
}
.main .bg-drawing .time-relese .box-time .title-time {
  color: white;
  text-align: center;
  font-size: 13px;
  margin-top: 3px;
}
.main .box-prize {
  color: white;
  background-color: #283346;
  border-radius: 5px;
}

.footer-section .newsletter {
  background-image: url(../newsletter-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #443397;
  border-radius: 20px;
  padding: 60px 110px;
}
.section-text {
  margin-bottom: 34px;
}

element {

}
.sub-title {

    color: var(--head-color);
    margin-bottom: 25px;

}
h5, h5 > a {
  font-size: 24px;
  line-height: 31.2px;
  margin-top: -6px;
}
.title {
  font-weight: 700;
  margin-bottom: 14px;
}
h3, h3 > a {
  font-size: 43px;
  line-height: 55.9px;
  margin-top: -10px;
}

.pt-120 {
  padding-top: 120px;
}
.footer-section {
  background-image: url(../footer-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: auto 436px;
  background-color: #1110;
}

.footer-section .newsletter {
  background-image: url(../newsletter-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #443397;
  border-radius: 20px;
  padding: 60px 110px;
}

.footer-section .newsletter form .form-group {
  background: #432F9F;
  border: 1px solid #B7A7FF;
  border-radius: 10px;
  padding: 10px;
}

.footer-section .newsletter form .form-group input {
  background-color: #432F9F;
  border: none;
  border-radius: 30px;
  padding: 0 20px;
  color: var(--bs-white);
  height: min-content;
}

.footer-section .newsletter form .form-group button {
  background: var(--hover-color);
  border-radius: 10px;
  min-width: 90px;
  min-height: 50px;
}

.footer-section .menu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-section .menu-item .footer-link {
  display: flex;
}

.footer-section .menu-item .footer-link li {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #7876d5;
}

.footer-section .menu-item .footer-link li:last-child {
  padding: 0;
  margin: 0;
  border: none;
}

.footer-section .menu-item .footer-link li a:hover {
  color: var(--head-alt-color);
  transition: 0.3s;
}

.footer-section .menu-item .footer-link li a.active {
  color: var(--head-alt-color);
}

.footer-section .copyright {
  margin-top: 30px;
  padding: 30px 0;
  border-top: 1px solid #857FC7;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-section .copyright .copy-area a {
  color: var(--head-color);
}

.footer-section .copyright .copy-area .auth {
  color: #ff96a5;
}

.footer-section .copyright .social-link a {
  width: 35px;
  height: 35px;
  border: 1px solid #5653a8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: 0.3s;
}

.footer-section .copyright .social-link a i {
  color: #5ac4ff;
  transition: 0.3s;
}

.footer-section .copyright .social-link a:hover {
  background: #ff96a5;
  border-color: #ff96a5;
}

.footer-section .copyright .social-link a:hover i {
  color: var(--bs-white);
}

@media (max-width: 767px) {
	 .footer-section .menu-item .footer-link li {
    padding-right: 10px;
    margin-right: 10px;
  }
  .footer-section .copyright {
    display: grid;
    justify-content: center;
    text-align: center;
  }
  .footer-section .copyright .copy-area {
    order: 1;
  }
  .footer-section .copyright .social-link {
    justify-content: center;
    margin-bottom: 10px;
  }
  .footer-section .copyright .social-link a {
    margin: 10px;
  }
  .footer-section .newsletter {
    padding: 60px;
  }
  .footer-section {
    position: relative;
    background-image: unset;
  }
  .footer-section::before {
    content: '';
    width: 100%;
    height: 65%;
    bottom: 0;
    background-color: #291b6b;
    position: absolute;
    z-index: -1;
  }
  .achievement-area {
  width: 100%;
}
  }
  @media (max-width: 480px) {
  	.home-prize H1{
		font-size: 1.5rem;
	}
	
	.home-prize H2{
		font-size: 1.5rem;
		font-size: 1rem;
	}
  	
  	.main-prize .circle, .main-prize ul.circles li {
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: -webkit-linear-gradient(90deg, rgb(147 88 0) 0%, rgb(240 92 33) 33%, rgb(252 225 21) 100%);
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
  padding: 0px;
  font-weight: 700;
}
.other-prize .circle, .other-prize ul.circles li {
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: -webkit-linear-gradient(90deg, rgb(239 0 0) 0%, rgb(107 0 0) 33%, rgb(201 64 64) 100%)
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
  padding: 0px;
  font-weight: 700;
}
  .footer-section .menu-item {
    display: grid;
    justify-content: center;
    text-align: center;
  }
  .footer-section .menu-item ul {
    margin-top: 20px;
  }
   .footer-section .newsletter {
    padding: 60px 15px;
  }
  .pt-120{
  	padding-top: 5px;
  }
  
.achievement-area {
  width: 100%;
}
  }
  @media (max-width: 450px) {
  	.footer-section .newsletter form .form-group input {
    padding-left: 0;
  }
  .footer-section .newsletter form .form-group button {
    min-width: 40px;
    min-height: 40px;
  }
  .banner {
  background-size: cover;
  background-position: center left;
  padding-top: 170px;
  padding-bottom: 120px;
}
  	}
	
	 .card-nextdraw {
  
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px 12px;
  border-radius: 16px;
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
  z-index: 25;
  overflow: hidden;
  background: rgb(161 161 161 / 15%);
}

@media (min-width: 576px) {
  .card-nextdraw {

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px 25px;
    border-radius: 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    z-index: 25;
    overflow: hidden;
  }
}

@media (min-width: 992px) {
  .card-nextdraw {
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   padding: 25px 50px;
   border-radius: 16px;
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   color: #fff;
   z-index: 25;
   overflow: hidden;
   background-color: rgb(161 161 161 / 15%);
   margin-bottom: 10px;
  }
}

.card-nextdraw .next-label {
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
  font-size: 25px;
  text-shadow: 0 0 15px rgba(255,173,76,0.5);
}

@media (min-width: 768px) {
  .card-nextdraw .next-label {
    text-transform: uppercase;
    font-weight: 900;
  
    color: #fff;
    font-size: 32px;
    text-shadow: 0 0 15px rgba(255,173,76,0.5);
  }
  .banner {
  padding: 300px 0 300px;
}
}

.countdown li span {
  display: block;
  font-size: 3.1rem;
 
  font-weight: 600;
}

@media (min-width: 768px) {
  .countdown li span {
    display: block;
    font-size: 3.8rem;

    font-weight: 600;
  }
}

@media (min-width: 992px) {
  .card-nextdraw .next-label {
    text-transform: uppercase;
    font-weight: 900;
   
    color: #fff;
    font-size: 58px;
  }
}

.minus-3 {
  margin-top: -5em;
}

@media (min-width: 992px) {
  .minus-3 {
    margin-top: -5em;
  }
}

#countdown li, .countdown li {
  padding: 0 8px;
  margin: 0 !important;
}

@media (min-width: 992px) {
  #countdown li, .countdown li {
    padding: 0 15px;
  }
}

.contact-us .form .card {
  border-radius: 15px;
  background-color: #291b6b;
}
.contact-us .form .card .card-body {
  padding: 3rem 2rem;
}
form label {
  font-weight: 500;
}
form .form-control {
  border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
  font-size: 14px;
  padding-left: 0;
  border-radius: 0;
  color: var(--grey);
  background-color: transparent;
  border-bottom: 1px solid #757373;
}
.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
    padding-left: 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
textarea.form-control {
  min-height: calc(1.5em + .75rem + 2px);
}
.btn-primary, .btn-primary:disabled {
  padding: .6rem 2rem;
  border-radius: 8px;
  border-color: #eeba01;
  background-color: #eeba01;
}

.navbot {
  padding: 10px;
  color: #fff;
}
.list-top, .bottom-nav {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.list-top > li, .bottom-nav > li {
  display: inline-block;
  margin-right: 7px;
  font-weight: bold;
}
.time-cur {
  font-size: 0.8rem;
}
.running-blw {
  width: 400px;
  position: relative;
}
.icon-runn {
  position: absolute;
  z-index: 9999;
  top: -5px;
  font-size: 0.9rem;
}
.text-runn {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: bold;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  color: #fff;
  font-family: "Oswald",sans-serif;
  text-transform: uppercase;
}

.gap-lg-5{ 
gap:3rem !important; 
}

.gap-md-2{ gap:.5rem !important; }

.gap-3{gap:1rem!important;}

.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}