/* Base CSS */
.alignleft {
  float: left;
  margin-right: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

a:focus {
  outline: 0 solid
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: #1B1B21;
  font-family: "Poppins", sans-serif;
}

body {
  color: #545051;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}

@font-face {
  font-family: RusticLoveTattoo;
  src: url(../fonts/RusticLoveTattoo.otf);
}

.selector-for-some-widget {
  box-sizing: content-box;
}

a:hover {
  text-decoration: none
}

button:focus {
  outline: 0;
  outline: 5px auto -webkit-focus-ring-color;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}



/* headera-area-start */

.container {
  max-width: 1710px;
}

.header {
  padding: 35px 0;
  background: #F4F4F4;
}

.header__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__menu ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.header__menu li a {
  padding: 10px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 10px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: "Inter", sans-serif;
  transition: 0.3s;
}

.header__menu li a:hover {
  color: #5324FF;
}

.header__menu li.active a {
  border-radius: 12px;
  background: var(--blue, #5324FF);
  gap: 8px;
  padding-right: 17px;
  color: #fff;
}

.header__menu li a img {
  filter: brightness(0) saturate(100%);
}

.header__menu li.active a img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(2%) hue-rotate(338deg) brightness(106%) contrast(100%);
}

.menu__bar a {
  display: flex;
  width: 50px;
  height: 50px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 18px;
  background: #000;
}

/* headera-area-end */






/* login-area-start */
.input-group>.intl-tel-input.allow-dropdown {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
}

.input-group>.intl-tel-input.allow-dropdown>.flag-container {
  z-index: 4;
}

.iti-flag {
  background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags@2x.png");
  }
}

/* The container */
.containerss {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.containerss input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.containerss:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containerss input:checked~.checkmark {
  background-color: #5324FF;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containerss input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containerss .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}






.login {
  padding-top: 100px;
  padding-bottom: 65px;
  background: #F4F4F4;
}

.login__flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 100px;
}

.login__big--img {
  width: 53.5%;
}

.login__content {
  padding-left: 54px;
  width: 35%;
}


.login__top--btn a {
  display: flex;
  width: 183px;
  height: 65px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 65px;
  background: #fff;
  color: #5324FF;
  font-size: 17px;
  font-weight: 700;
  text-transform: capitalize;
  text-decoration: none;
}

a {
  text-decoration: none;
}

.login__top--btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  margin-bottom: 35px;
}

.login__top--btn a.active {
  border-radius: 65px;
  background: linear-gradient(180deg, #7367FF 0%, #4200FF 100%);
  color: #FFF;
}




.intl-tel-input input {
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: var(--Color-2, #FFF);
  width: 365px !important;
  height: 63px;
  padding: 0 25px !important;
  color: var(--black, #000);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}

.intl-tel-input .flag-container {
  position: unset !important;
  width: 173px;
  height: 63px;
}

.intl-tel-input {
  display: flex;
  align-items: center;
  /*! flex-wrap: wrap; */
  gap: 10px;
}

.selected-flag {
  width: 100% !important;
  height: 100%;
  padding-left: 25px !important;
  padding-right: 20px !important;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #fff !important;
  padding-top: 13px !important;
  color: var(--black, #000);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
  padding-left: 0;
}

.intl-tel-input .selected-flag .iti-flag {
  display: none;
}

.form-group label {
  color: #959595 !important;
  font-size: 10px;
  font-weight: 600;
  text-transform: capitalize;
  position: absolute;
  z-index: 9;
  left: 25px;
  top: 12px;
}

.form-group {
  position: relative;
  margin-bottom: 30px;
}

.login__check label {
  color: #959595;
  font-size: 12px;
  font-weight: 500;
  text-transform: capitalize;
  padding-left: 30px;
  margin: 0;
}

.login__check label a {
  color: #000;
}

.login__check label span {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: #D9D9D9;
}

.login__check {
  margin-bottom: 20px;
}

.login__btn button {
  width: 100%;
  height: 65px;
  border-radius: 16px;
  background: linear-gradient(91deg, #000 6.75%, #4200FF 99%);
  border: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}

.login__last--text {
  text-align: center;
}

.login__last--text p {
  font-size: 26px;
  font-weight: 600;
  margin: 0;
  background: linear-gradient(90deg, #FF3B65 0%, #464CF2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer__socail {
  padding-top: 16px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer__socail a {
  width: 25.035px;
  height: 25.035px;
  background: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* login-area-end */




/* reg-area-start */

.form__input--flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.single__input {
  width: 48.5%;
  margin-bottom: 20px;
}

.single__input input {
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #fff;
  height: 63px;
  width: 100%;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0 25px;
  font-family: "Poppins", sans-serif;
}

/* reg-area-end */


/* otp-area-start */

.otp__box {
  border-radius: 50px;
  background: var(--Color-2, #FFF);
  padding: 58px 100px;
  text-align: center;
}

.otp__title span {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 9px;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.otp__title h3 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 45px;
  margin: 0;
}

.otp__title p {
  color: #8A8A8A;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.otp__title {
  margin-bottom: 55px;
}

.digit-group {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: space-between;
  margin-bottom: 14px;
}

.digit-group input {
  width: 73px;
  height: 55px;
  border-radius: 14px;
  border: 1px solid #8A8A8A;
  text-align: center;
  color: #000;
  font-size: 24px;
  font-weight: 500;
}

.otp__btn button {
  border-radius: 16px;
  background: linear-gradient(91deg, #000 6.75%, #4200FF 99%);
  height: 65px;
  width: 100%;
  border: 0;
  margin-bottom: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.5px;
}

.otp__btn p {
  color: #8A8A8A;
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}

.otp__btn p a {
  color: #2952B0;
}

/* otp-area-end */



/* hero-area-start */


.single__hero {
  min-height: 550px;
  border-radius: 38px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 38px;
  position: relative;
}

.single__hero video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 38px;
}

.single__hero h3 {
  color: white;
  text-align: center;
  font-family: Inter;
  font-size: 38px;
  font-weight: 800;
  text-transform: capitalize;
  margin: 0;
  z-index: 9;
}

.owl-dots {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.owl-dots button {
  border-radius: 10px;
  height: 5px;
  width: 20px;
  background: #D9D9D9 !important;
  transition: .3s;
}

.owl-dots button.active {
  width: 60px;
  background: #000 !important;
}

/* hero-area-end */



/* feature-area-start */

.feature {
  padding-top: 30px;
  padding-bottom: 65px;
  background: #F4F4F4;
}

.section__title {
  text-align: center;
  margin-bottom: 40px;
}

.section__title h3 {
  color: black;
  font-size: 36px;
  font-weight: 800;
  text-transform: capitalize;
  margin: 0;
}

.feature__flex {
  /*! display: flex; */
  /*! flex-wrap: wrap; */
  /*! justify-content: space-between; */
  /*! gap: 20px; */
}

.single__feature {
  /*! width: 32.5%; */
  background: #fff;
  border-radius: 35px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}

.feature__top__text h3 {
  font-size: 30px;
  font-weight: 800;
  text-transform: capitalize;
  background: linear-gradient(109deg, #000 0%, #4200FF 21.38%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}

.feature__top__text p {
  color: black;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  max-width: 168px;
  margin: 0;
}

.feature__top__text {
  margin-bottom: 26px;
}

.feature__text__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.feature__content {
  width: 56%;
}

.feature__text span {
  color: #474747;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  margin: 0;
}

.feature__text p {
  overflow: hidden;
  color: black;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.42px;
  text-transform: capitalize;
}

.feature__btn a {
  display: flex;
  width: 97px;
  height: 51px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background: linear-gradient(119deg, #000 0%, #4200FF 67.8%);
  box-shadow: 0px 2px 8px 0px rgba(83, 35, 255, 0.62);
  color: white;
  font-family: Inter;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
}

/* feature-area-end */



/* win-area-start */

.win {
  background: #F4F4F4;
  padding-top: 20px;
}

.win__flex {
  border-radius: 78px;
  background: white;
  padding: 30px 50px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  margin-bottom: 20px;
}

.win__img {
  width: 397px;
}

.win__img img {
  width: 100%;
  height: 290px;
  border-radius: 30px;
}

.win__box {
  width: 72.8%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.win__top--btn {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.win__top--btn a {
  padding: 12px 20px;
  border-radius: 12px;
  background: linear-gradient(180deg, #008A34 0%, #40B700 100%);
  box-shadow: 0px 2px 8px 0px rgba(95, 220, 75, 0.10);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: white;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
}

.win__top--btn {
  margin-bottom: 15px;
}

.win__text h3 {
  font-family: Inter;
  font-size: 60px;
  font-weight: 900;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
  background: linear-gradient(119deg, #000 0%, #4200FF 21.8%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
}

.win__text p {
  color: black;
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
}

.win__date label {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}

.win__date span {
  color: #717171;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
  margin: 0;
  margin-bottom: 30px;
}

.win__user {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 54px;
}

.win__user--prog {
  width: 232px;
}

.win__user--prog-text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 7px;
}

.win__user--prog-text p {
  margin: 0;
  color: black;
  font-family: Inter;
  font-size: 13.975px;
  font-weight: 600;
  line-height: 20.962px;
}

.win__user--prog-text span {
  color: #25D366;
}

.win__user--prog-text p:last-child span {
  color: #4200FF;
}

.user__pro span {
  background: #F3F3F3;
  width: 100%;
  height: 8px;
  border-radius: 13px;
  display: block;
  position: relative;
  top: 0;
}

.user__pro span span {
  background: linear-gradient(97deg, #000 4.81%, #4200FF 55.68%);
  height: 100%;
  width: 70%;
  position: absolute;
  left: 0;
}

.win__user-img {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 20px;
}

.win__user-img a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #FFC700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  border: 3px solid #FFE380;
  margin-right: -14px;
}

.win__buy {
  text-align: right;
}

.win__buy--text h3 {
  color: #1D1F88;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.9px;
  text-transform: capitalize;
  margin: 0;
  margin-bottom: 20px;
}

.win__buy--text p {
  color: #1D1F88;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0;
  display: none;
}

.win__buy--text {
  margin-bottom: 20px;
}

.win__buy--btn a {
  border-radius: 65px;
  background: linear-gradient(97deg, #000 4.81%, #4200FF 55.68%);
  width: 195px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  margin-left: auto;
}

.win__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.single__win a {
  border-radius: 16px;
  background: white;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 18px;
}

.single__win a span {
  color: #5324FF;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  margin: 0;
}

.single__win a p {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0;
}

.owl-nav button {
  padding-bottom: 11px !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -90px;
  border-radius: 16px;
  background: white !important;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.win__wid {
  max-width: 1493px;
  margin: auto;
}

.owl-nav button span {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4200FF !important;
  border-radius: 50%;
  color: #fff !important;
  font-size: 29px !important;
  /*! padding-bottom: 11px !important; */
  /*! position: absolute; */
  /*! top: 50%; */
  /*! transform: translateY(-50%); */
  left: 0;
  padding: 0;
  padding-bottom: 3px;
}

.win .owl-dots {
  display: none;
}

.owl-nav .owl-next {
  left: auto;
  right: -90px;
}

.win__slider {
  margin-bottom: 20px;
}

.winner__box {
  position: relative;
  width: 300px;
}

.winner__box {
  text-align: center;
  padding-top: 40px;
}

.winner__check--bg {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
}

.winner__text h3 {
  color: black;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0;
}

.winner__text span {
  color: #1D1F88;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
  margin: 0;
}

.winner__text a {
  display: block;
  margin-bottom: 5px;
}

.win__last-texts {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 60px;
}

.win__last-texts p {
  margin: 0;
  font-size: 26px;
  font-weight: 600;
  background: linear-gradient(90deg, #FF3B65 0%, #464CF2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* win-area-end */

/* ticket-area-start */

.ticket {
  background: #F4F4F4;
}

.tickete__sliders {
  width: 30.2%;
}

.tickete__sliders img {
  width: 100% !important;
}

.tickete__sliders .owl-dots {
  margin-top: 17px;
}

.tickete__sliders .owl-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.ticket .win__box {
  width: 67.6%;
  padding-top: 25px;
}

.ticket .win__flex {
  gap: 35px;
  align-items: start;
}

.ticket__win--flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 35px;
  gap: 30px;
}

.ticket__win--flex .win__user {
  margin: 0;
}

.ticket__win--flex .win__top--btn {
  margin: 0;
}

.ticket .win__text h3 {
  background: linear-gradient(119deg, #000 0%, #4200FF 21.8%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  line-height: 60px;
}

.ticket__win--text p {
  color: #3F3F3F;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
  max-width: 739px;
}

.ticket__win--text {
  margin-bottom: 20px;
}

.ticket__num {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}

.ticket__nav--flex {
  margin-top: 30px;
  margin-bottom: 35px;
  max-width: 984px;
  height: 119px;
  border-radius: 35px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #fff;
  padding: 0 30px;
  display: flex;
  align-items: center;
  gap: 19px;
}

.ticket__nav--flex {
  display: none;
}

.ticket__nav--flex label {
  color: #959595;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0;
}

.ticket__nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 19px;
}

.ticket__num a.active {
  background: #FFE600;
  border-color: #FFE600;
}

.ticket__num a {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 2px solid #DBDBDB;
  color: #000;
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize;
  transition: .3s;
}

.ticket__arrow a {
  width: 38px;
  height: 38px;
  border-radius: 18px;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}

.ticket__arrow a:hover {
  background: #4200FF;
}

.ticket__arrow a:hover svg {
  filter: brightness(99999) !important;
}

.ticket__arrow a svg {
  transition: .3s;
}

.ticket__num a:hover {
  background: #FFE600;
  border-color: #FFE600;
}

.ticket__buy--flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ticket__buy--btn {
  display: flex;
  align-items: center;
}

.ticket__buy--text {
  width: 273px;
  height: 69px;
  padding: 9px 5px;
  border-radius: 16px;
  background: #FFE600;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
}

.ticket__buy--text h3 {
  color: #1D1F88;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.75px;
  text-transform: capitalize;
  margin: 0;
}

.ticket__buy--text p {
  color: #1D1F88;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
  display: none;
}

.ticket__buy--btn a {
  width: 183px;
  height: 76px;
  border-radius: 16px;
  background: linear-gradient(110deg, #000 5.9%, #4200FF 63.09%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  font-family: Inter;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-left: -48px;
}

.ticket__buy--noty {
  gap: 10px;
  display: flex;
  align-items: center;
}

.ticket__buy--noty a {
  width: 45px;
  height: 45px;
  border-radius: 38px;
  background: black;
  display: flex;
  align-items: center;
  justify-content: center;
}

.details {
  background: #F4F4F4;
  padding-bottom: 65px;
  padding-top: 40px;
}

.details__title {
  text-align: center;
  margin-bottom: 30px;
}

.details__title h3 {
  color: black;
  font-size: 36px;
  font-weight: 800;
  text-transform: capitalize;
  margin: 0;
}

.details__box {
  max-width: 463px;
  margin: auto;
  margin-bottom: 200px;
}

.details__user {
  text-align: center;
  margin-bottom: 10px;
}

.details__user--img a {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border-radius: 25px;
  background: var(--black, #000);
  margin-bottom: 15px;
}

.details__user--text a {
  padding: 10px;
  display: inline-flex;
  border-radius: 50px;
  background: #5324FF;
  color: white;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.details__user--text h3 {
  color: black;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}

.single__details .single__input {
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}

.single__details label {
  color: #959595;
  font-size: 10px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 6px;
  display: block;
}

.single__details .form-group {
  margin-bottom: 15px;
}

.single__details .single__input .nice-select {
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: var(--Color-2, #FFF);
  height: 63px;
  width: 100%;
  display: flex;
  align-items: center;
  color: black;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.details__last-text {
  padding: 0 15px;
}

.details__last-text p {
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  background: linear-gradient(90deg, #FF3B65 0%, #464CF2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.hum-flex {
  padding-top: 20px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.hum {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hum a {
  color: black;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.hum a.active {
  color: #5324FF;
}

.hum__btn a {
  border-radius: 16px;
  background: white;
  width: 193px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  color: #5324FF;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.hum__btn {
  display: flex;
  align-items: center;
  gap: 16px;
}

.hum__btn a.active {
  border-radius: 16px;
  background: linear-gradient(180deg, #7367FF 0%, #4200FF 100%);
  color: #fff;
}

/* ticket-area-end */

/* wallet-area-start */

.wallet__banner {
  background-size: cover;
  background-position: center;
  border-radius: 78px;
  height: 211px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 55px;
  margin-bottom: 20px;
}

.wallet__banner span {
  display: block;
  margin-bottom: 10px;
}

.wallet__banner p {
  color: white;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}

.wallet__banner h3 {
  color: white;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}

.wallet__sell {
  margin-bottom: 47px;
  width: 49.3%;
  border-radius: 78px;
  background: white;
  padding: 50px;
  padding-bottom: 30px;
}

.wallet__sell--title {
  margin-bottom: 40px;
}

.wallet__sell--title h3 {
  color: black;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.wallet__sell--price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 15px;
}

.wallet__sell--price a:hover {
  background: var(--blue, #5324FF);
  color: #fff;
}

.wallet__sell--price a {
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: white;
  width: 139px;
  height: 51px;
  color: black;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}

.wallet__sell--price a.active {
  border-radius: 12px;
  background: var(--blue, #5324FF);
  color: #fff;
}

.wallet__sell-input label {
  color: #565656;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 8px;
  display: block;
}

.wallet__sell--text {
  height: 51px;
  border-radius: 12px;
  background: linear-gradient(90deg, #09CF70 0%, #61F411 100%);
  padding: 0 15px;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.wallet__sell--text p {
  margin: 0;
  color: black;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.wallet__sell-input input {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: white;
  height: 69px;
  padding: 0 25px;
  color: #565656;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.wallet__sell-input {
  margin-bottom: 26px;
}

.wallet__sell-last-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wallet__sell--total {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.wallet__sell--total span {
  color: black;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
}

.wallet__sell--total h3 {
  color: black;
  font-size: 38px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.theme__btn {
  border-radius: 16px;
  background: linear-gradient(95deg, #000 0%, #4200FF 53.83%);
  width: 201px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white !important;
  font-size: 17px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.qr__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 200px;
}

.single__qr {
  width: 48.3%;
}

.single__qr img {
  width: 100%;
}

.qr__btn {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.wallet__thanks {
  margin-bottom: 176px;
  text-align: center;
}

.wallet__thanks a {
  margin: auto;
}

.wallet__thanks h3 {
  color: black;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 50px;
}

.wallet__thanks img {
  margin-bottom: 47px;
}

.win__top--btn a:nth-child(2) {
  background: #000;
}

.win__top--btn a:nth-child(3) {
  background: #4200FF;
}

.win__top--btn a:nth-child(4) {
  background: #221947;
}

.win__user-img a:nth-child(2) {
  background: #7239EA;
  border-color: #9F87D3;
}

.win__user-img a:nth-child(3) {
  background: #F1416C;
  border-color: #F8A0B6;
}

.win__user-img a:nth-child(4) {
  background: #181C32;
  border-color: #8B8D98;
  font-size: 11px;
}

.hero {
  padding-bottom: 33px;
}

/* wallet-area-end */


/* footer-area-start */

.footer {
  padding-top: 55px;
  padding-bottom: 80px;
}

.footer__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer__left a {
  display: block;
  margin-bottom: 16px;
}

.footer__left span {
  display: block;
  color: black;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: "Inter", sans-serif;
  margin-bottom: 12px;
}

.footer__left p {
  color: #4A4A4A;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
  font-family: "Inter", sans-serif;
}

.footer__menu li a {
  color: #0B2545;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  transition: 0.3s;
  font-family: "Inter", sans-serif;
}

.footer__menu li a:hover {
  color: #5324FF;
}

.footer__menu li {
  display: block;
  margin-bottom: 20px;
}

.footer__menu li:last-child {
  margin: 0;
}

.footer__title {
  margin-bottom: 15px;
}

.footer__title h3 {
  color: #0B2545;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: "Inter", sans-serif;
  margin: 0;
}

.footer__get--btn a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 224px;
  padding: 8px 15px;
}

.footer__get--btn p {
  color: black;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0;
  font-family: "Inter", sans-serif;
}

.footer__get--btn a span {
  color: #565656;
  font-size: 12px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: "Inter", sans-serif;
  display: block;
  width: 100%;
}

.footer__get--btn a {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: white;
  margin-bottom: 10px;
}

.footer__get--btn a:last-child {
  margin: 0;
}

.footer__btns {
  margin-top: 20px;
}

.footer__btns a {
  width: 160.435px;
  height: 57.298px;
  border-radius: 6.586px;
  background: #000;
  box-shadow: 0px 10.867px 16.794px 0px rgba(0, 0, 0, 0.08), 0px 3.276px 5.063px 0px rgba(0, 0, 0, 0.06), 0px 1.361px 2.103px 0px rgba(0, 0, 0, 0.04), 0px 0.492px 0.761px 0px rgba(0, 0, 0, 0.03);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.footer__btns a:last-child {
  margin: 0;
}

/* footer-area-end */





/* offcanvas */
.offcanva-opacity {
  background: #000;
  width: 100%;
  height: 100%;
  top: 0;
  right: -100%;
  position: fixed;
  z-index: 9;
  opacity: 0;
  transition: .3s;
}

.offcanva {
  position: fixed;
  width: 516px;
  background: linear-gradient(180deg, #11111C 0%, #221947 100%);
  z-index: 9;
  padding: 50px;
  height: 100vh;
  z-index: 99;
  right: -100%;
  transition: .3s;
}

.offcanva__logo {
  margin-bottom: 35px;
}

.offcanva__input input {
  border-radius: 16px;
  background: #141126;
  width: 100%;
  border: 0;
  height: 68px;
  padding-left: 65px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.offcanva__input {
  position: relative;
  margin-bottom: 10px;
}

.offcanva__input a span {
  width: 40px;
  height: 40px;
  border-radius: 18px;
  background: #0F0D1C;
  display: flex;
  align-items: center;
  justify-content: center;
}

.offcanva__input a {
  border-radius: 18px;
  background: #0F0D1C;
  /*! width: 40px; */
  /*! height: 40px; */
  display: flex;
  align-items: center;
  /*! justify-content: center; */
  /*! position: absolute; */
  /*! top: 50%; */
  /*! transform: translateY(-50%); */
  left: 10px;
  border-radius: 16px;
  background: #141126;
  gap: 15px;
  height: 68px;
  padding: 10px 22px;
  color: var(--Color-2, #FFF);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.offcanva__input a:hover {
  background: #133B1A;
}

.offcanva__input:last-child {
  margin: 0;
}

.offcanva__form {
  padding-bottom: 30px;
  border-bottom: 5px solid #2E2B40;
}

.canva__info {
  padding-top: 20px;
  margin-bottom: 10px;
}

.canva__info--title {
  margin-bottom: 17px;
}

.canva__info--title h3 {
  color: white;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.canva__single__info {
  border-radius: 16px;
  background: #2B2548;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  transition: .3s;
}

.canva__single__info:last-child {
  margin-bottom: 0;
}

.canva__info--text span {
  color: #5324FF;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  display: block;
  transition: .3s;
}

.canva__info--text a {
  color: white;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  display: block;
  transition: .3s;
}

.canva__single__info:hover {
  background: #133B1A;
}

.canva__single__info:hover span {
  color: #fff;
}

.canva__socail {
  padding-bottom: 20px;
  border-bottom: 5px solid #2E2B40;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 3px;
}

.canva__socail a {
  border-radius: 13px;
  background: #2B2548;
  width: 42.165px;
  height: 38.212px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.canva__socail a span {
  width: 25.035px;
  height: 25.035px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  border-radius: 50%;
}

.canva__menu li {
  display: block;
  margin-bottom: 20px;
}

.canva__menu li a {
  color: white;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.canva__menu li:last-child {
  margin: 0;
}

.offcanva.activee {
  right: 0;
}

.offcanva-opacity.toggle {
  right: 0;
}

/* offcanvas */



.menu__bar {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header__bar-top p {
  border-radius: 12px;
  background: linear-gradient(90deg, #09CF70 0%, #61F411 100%);
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 10px 20px;
  color: black;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.header__bar-top p button {
  width: 71px;
  height: 32px;
  border-radius: 21px;
  background: black;
  border: 0;
  color: white;
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
}

.header__bar-top p span {
  font-weight: 700;
}

.win.pt-20 {
  padding-top: 65px;
}

.wallet__options li {
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: var(--Color-2, #FFF);
  width: 139px;
  height: 51px;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}

.wallet__current {
  display: none;
}

.wallet__options {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.wallet__options li.wallet__option.active {
  border-radius: 12px;
  background: var(--blue, #5324FF);
  color: #fff;
}

.qr__boxs {
  border-radius: 78px;
  background: white;
  padding: 40px 50px;
}

.qr__title {
  text-align: center;
  margin-bottom: 20px;
}

.qr__title h3 {
  color: black;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.modal-dialog {
  max-width: 900px;
}

.modal-body {
  padding: 50px 33px;
  border-radius: 65px;
}

.modal-content {
  border-radius: 65px;
}

.topup__top-left h3 {
  font-family: Inter;
  font-size: 38px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}

.topup__top-left p {
  color: black;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

.topup__top-right span {
  color: black;
  text-align: right;
  font-size: 30px;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
}

.topup__top-right p {
  color: black;
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0;
}

.topup__top-right {
  text-align: right;
}

.topup__top--text--flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 55px;
}

.topup__nav {
  overflow: hidden;
  overflow-x: scroll;
  margin-bottom: 36px;
}

.topup--nav--flex {
  display: flex;
  gap: 30px;
  width: 1231px;
}

.topup--nav--flex a {
  border-radius: 50px;
  border: 2px solid #DBDBDB;
  width: 120.096px;
  height: 120.096px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 38px;
  font-weight: 500;
  text-transform: capitalize;
}

.topup__btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.topup__btns p {
  color: var(--black, #000);
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.topup__btns p span {
  display: block;
  font-weight: 700;
}

.topup__btns a {
  border-radius: 65px;
  background: linear-gradient(95deg, #000 0.02%, #008A34 53.82%);
  width: 521.215px;
  height: 110.488px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white, var(--Color-2, #FFF));
  text-align: center;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  background: linear-gradient(97deg, #000 4.81%, #4200FF 55.68%);
}

.topup__last--text p {
  margin: 0;
  color: #717171;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.topup--nav--flex a.active {
  background: #FFE600;
  border-color: #FFE600;
}

.user__pro.valu-0 span span {
  width: 0;
}

.hero__slider .owl-stage-outer {
  border-radius: 35px;
  overflow: hidden;
}














.radio-pricing-container {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  width: auto;
  overflow-x: scroll;
}

.radio-pricing-container input[type="radio"] {
  display: none;
}

.radio-pricing-container label {
  padding: 10px 20px;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: white;
  color: black;
  width: 139px;
  height: 51px;
}

.radio-pricing-container input[type="radio"]:checked+label {
  background-color: #5324FF;
  color: white;
  border-color: #5324FF;
}








.circle-container {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.circle-container input[type="radio"] {
  display: none;
}

.circle-container label {
  width: 110px;
  height: 110px;
  border: 2px solid #DBDBDB;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 38px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: white;
  color: #000000;
}

.circle-container input[type="radio"]:checked+label {
  background-color: #FFE600;
  border-color: #FFE600;
  color: #000000;
}




.modal-dialog.modal-dialog-centered.ss_cc {
  scale: 0.7;
}









.qr__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.qr__img {
  width: 36%;
}

.qr__text p {
  color: #000;
  font-weight: 600;
  font-size: 25px;
}

.qr__btn {
  width: 100%;
  border: 1px solid #DDDFF2;
  padding: 10px;
  color: #5324FF;
  font-weight: 600;
  border-radius: 10px;
}

.qr__img img {
  min-width: 250px;
}

.qr__text {
  width: 50%;
}







/* fix 11/25/24 */

.ticket__nav label {
  width: 65px;
  height: 65px;
  font-size: 21px;
}

.ticket__nav .circle-container {
  margin: 0;
}

.intl-tel-input .selected-flag .iti-arrow {
  display: none;
}

.intl-tel-input .selected-flag::after {
  position: absolute;
  content: '\f107';
  font-family: 'Font Awesome 5 pro';
  color: #5324FF;
  right: 55px;
  top: 12px;
}

.form-group .intl-tel-input .selected-flag::after {
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  height: 25px;
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #5324FF;
  color: #fff;
  border-radius: 100px;
}

.single__details .nice-select::after {
  right: 10px;
  top: 55%;
  transform: translateY(-50%);
  content: '\f107';
  font-family: 'Font Awesome 5 pro';
  height: 25px;
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #5324FF;
  color: #fff;
  border-radius: 100px;
  border: none;
}

.header__mobile-detail a {
  display: flex;
  gap: 10px;
  align-items: center;
}

.header__mobile-detail span {
  font-weight: 600;
  color: #000;
  line-height: 24px;
}

.win__img-active {
  width: 362px;
}
.win__img-active_rtl {
  width: 362px;
}


.win__img-active .owl-dots {
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 40px;
  gap: 10px;
}


.win__img-active_rtl .owl-dots {
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 40px;
  gap: 10px;
}

.win__img-active .owl-dots button.active {
  width: 30px;
  background: #fff !important;
  height: 15px;
}
.win__img-active_rtl .owl-dots button.active {
  width: 30px;
  background: #fff !important;
  height: 15px;
}

.win__img-active .owl-dots button {
  height: 10px;
  width: 10px;
  background: #fff !important;
}

.win__img-active_rtl .owl-dots button {
  height: 10px;
  width: 10px;
  background: #fff !important;
}

/* fix 11/25/24 */





/* footer mobile */


.footer__mobile {
  padding-top: 40px;
  padding-bottom: 60px;
  background: #F4F4F4;
}
.footer__service ul {
  display: flex;
  justify-content: center;
  gap: 9px;
}
.footer__heading h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 10px;
}
.footer__logo {
	text-align: center;
	margin: 32px 0;
}

.footer__social ul li a {
  background: #fff;
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}

.footer__social ul {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: 32px;
}
.footer__credit p {
  margin: 0;
  font-size: 10px;
  color: #000;
}
.footer__credit p strong {
  font-weight: 600;
  margin: 3px 0;
}

/* footer mobile */




.topup__btns.insufficient_account a {
	background: linear-gradient(95deg, #000 0.02%, #008A34 53.82%);
}
.topup__last--text.insufficient_account p {
	display: block !important;
	font-size: 10px;
	color: #717171;
	margin-top: 15px;
	text-align: right;
}
