/* common css */
@import url("https://fonts.googleapis.com/css2?family=Fuzzy+Bubbles:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Elsie+Swash+Caps:wght@400;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap');
:root {
  --white: #fff;
  --black: #000;
  --black_303030: #303030;
  --yellow_F4A71A: #f4a71a;
  --pink_F0A2C2: #f0a2c2;
  --blue_418BFC: #418bfc;
}
.white {
  color: var(--white);
}
.black {
  color: var(--black);
}
.yellow_F4A71A {
  color: var(--yellow_F4A71A);
}
.pink_F0A2C2 {
  color: var(--pink_F0A2C2);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
*::before,
*::after {
  box-sizing: border-box;
}
.common::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
}
body {
  background: #fff;
  font-family: "Fuzzy Bubbles", sans-serif;
}
body.show {
  position: fixed;
  top: 0;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  line-height: 1.2;
  color: var(--black_303030);
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 50px;
}
h3 {
  font-size: 42px;
}
h4 {
  font-size: 34px;
}
h5 {
  font-size: 25px;
}
h6 {
  font-size: 20px;
}
p {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 25px;
  color: var(--black_303030);
}
p:last-child {
  margin-bottom: 0;
}
p span {
  color: var(--gray-color);
}
p a {
  color: var(--gray-color);
  font-size: inherit;
  font-family: inherit;
}
.small {
  font-size: 16px;
}
ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  text-transform: capitalize;
  display: inline-block;
  line-height: 1.2;
  color: var(--black_303030);
}
span {
  display: inline-block;
}
.section-heading {
  text-align: center;
  margin-bottom: 40px;
  font-family: "Elsie Swash Caps", serif;
}
.btn-common {
  font-size: 20px;
  padding: 15px 40px;
  background: #000a20;
  color: var(--black_303030) !important;
  border-radius: 50px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-common.yellow {
  background: var(--yellow_F4A71A);
}
.btn-common.pink {
  background: var(--pink_F0A2C2);
}
.btn-common.blue {
  background: var(--blue_418BFC);
}
.btn-common img {
  max-width: 30px;
  margin-right: 10px;
}
section {
  padding-bottom: 120px;
  overflow: hidden;
}
.bg {
  padding: 120px 0;
}
.mobile {
  display: none !important;
}
.desktop {
  display: block !important;
}
img,
video {
  max-width: 100%;
}
.button-box ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 10px;
}
.owl-theme .owl-dots .owl-dot span {
  background: var(--black_303030);
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--white);
  outline: 2px solid var(--white);
  outline-offset: 3px;
}
.owl-nav {
  margin-top: 0;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}
.form-control-common {
  background: var(--white);
  border: 1px solid var(--black_303030);
  font-size: 20px;
  padding: 15px 50px 15px 20px;
  width: 100%;
  appearance: textfield;
  color: var(--black_303030);
  border-radius: 0;
  text-transform: capitalize;
  box-shadow: none;
  resize: none;
}
.input-group {
  padding-bottom: 30px;
}
.p-0 {
  padding: 0 !important;
}
.m-0 {
  margin: 0 !important;
}

/* header css start */
#header {
  transition: 0.5s all;
  position: relative;
  z-index: 1;
}
#header .header-box .top,
#header .header-box .end {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
#header .logo-box img {
  max-width: 220px;
  width: 100%;
}
#header .main-nav .click-menu,
#header .main-nav .cancel-menu {
  display: none;
  cursor: pointer;
  position: relative;
  z-index: 11;
  width: 30px;
  height: 30px;
}
#header .main-nav .click-menu span,
#header .main-nav .cancel-menu span {
  width: 25px;
  height: 3px;
  background: #000;
  transition: 0.5s all ease-in-out;
  position: relative;
  border-radius: 5px;
}
#header .main-nav .cancel-menu span {
  position: absolute;
  height: 4px;
}
#header .main-nav .cancel-menu span:first-child {
  transform: rotate(45deg);
}
#header .main-nav .cancel-menu span:last-child {
  transform: rotate(-45deg);
}
#header .main-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 20px;
}
#header .button-box {
  margin-left: 20px;
}
#header nav ul li {
  display: inline-block;
  position: relative;
}
#header nav ul li a {
  color: var(--black_303030);
  padding: 5px;
}
#header a {
  font-size: 18px;
  color: var(--black_303030);
}

#header .top .left .link-box {
  display: flex;
  align-items: center;
}
#header .top .left .link-box li:not(:last-child) {
  padding-right: 20px;
}
#header .top .right .list-box {
  display: flex;
  align-items: center;
}
#header .top .right .list-box li:not(:last-child) {
  padding-right: 20px;
}
#header .top .right .list-box li:first-child a {
  border-right: 1px solid var(--black_303030);
  line-height: 1;
  padding-right: 20px;
}
#header .top .right .list-box li:nth-child(3) {
  margin: 0 20px;
}
#header .header-box .end {
  border-top: 1px solid var(--black_303030);
}
#header nav ul li:not(:last-child) {
  margin-right: 40px;
}

/* homeBanner css */
#homeBanner .banner-part {
  background: url("../images/bannerBg.png") no-repeat;
  background-size: contain;
  background-position: bottom;
  padding: 60px 0;
}
#homeBanner .text-box h2,
#homeBanner .text-box h1 {
  font-family: "Elsie Swash Caps", serif;
}
#homeBanner .text-box h1 {
  font-weight: 900;
  display: inline-block;
  background: var(--yellow_F4A71A);
  padding: 10px;
}
#homeBanner .button-box {
  padding-top: 30px;
}
#homeBanner .box.box2 {
  margin-left: -100px;
  animation: mover 3s alternate infinite;
}
#homeBanner {
  margin-top: -190px;
  padding-top: 180px;
  position: relative;
  padding-bottom: 0;
}
#homeBanner .clip-box .line {
  position: absolute;
  left: 0;
  top: 0;
  animation: updown 3s alternate infinite;
  z-index: -1;
}
#homeBanner .clip-box .dots {
  position: absolute;
  top: 20%;
  left: 2%;
  animation: rounder 3s alternate infinite;
  z-index: -1;
}
#homeBanner .clip-box .s {
  position: absolute;
  top: 0;
  right: 0;
  animation: downup 3s alternate infinite;
  z-index: -1;
}

@keyframes rounder {
  0% {
    transform: rotate(0deg) translateX(0);
  }
  100% {
    transform: rotate(90deg) translateX(200px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(20px);
  }
}
@keyframes updown {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@keyframes downup {
  0% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}

/* slotTickets css */
#slotTickets .box {
  padding: 50px 25px 25px;
  border-radius: 40px;
  background: #de636b;
}
#slotTickets .box .btn-common {
  background: #de636b;
}
#slotTickets .box.pink .btn-common {
  background: var(--pink_F0A2C2);
}
#slotTickets .box.purple,
#slotTickets .box.purple .btn-common {
  background: #8c64f3;
}
#slotTickets .box.yellow,
#slotTickets .box.yellow .btn-common {
  background: var(--yellow_F4A71A);
}
#slotTickets .box.pink,
#slotTickets .box.pink .btn-common {
  background: var(--pink_F0A2C2);
}
#slotTickets .box.blue,
#slotTickets .box.blue .btn-common {
  background: var(--blue_418BFC);
}
#slotTickets .box.yellow .title {
  border-color: var(--yellow_F4A71A);
}
#slotTickets .box.pink .title {
  border-color: var(--pink_F0A2C2);
}
#slotTickets .box.blue .title {
  border-color: var(--blue_418BFC);
}
#slotTickets .box.purple .title {
  border-color: #8c64f3;
}
#slotTickets .box .outer {
  text-align: center;
  background: var(--white);
  padding-bottom: 25px;
  border-radius: 30px;
}
#slotTickets .box .title {
  border: 6px solid #de636b;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 60px;
  margin-top: -35px;
  position: relative;
  background: var(--white);
}
#slotTickets .box h4,
#slotTickets .box h5,
#slotTickets .box p {
  font-weight: 900;
}
#slotTickets .box .countdown h5 span {
  color: #c8c8c8;
}
#slotTickets .box .text-box h5 {
  margin-bottom: 0;
}
#slotTickets .box .countdown {
  display: inline-block;
  border: 1px solid var(--black_303030);
  border-radius: 50px;
  padding: 10px 20px;
}
#slotTickets .box .text-box {
  padding: 10px 0;
}
#slotTickets .box .button-box {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px dashed var(--black_303030);
}

/* latestDraw css */
#latestDraw .top .border-box .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px;
}
#latestDraw .top .border-box .box:last-child {
  padding-top: 8px;
}
#latestDraw .top .border-box .box:first-child {
  padding-bottom: 8px;
}
#latestDraw .top .border-box {
  border: 1px solid var(--black_303030);

  border-radius: 50px;
}
#latestDraw .top .border-box .box.bb-1 {
  border-bottom: 1px solid var(--black_303030);
}
#latestDraw .top .border-box h5,
#latestDraw .top .border-box h6 {
  margin-bottom: 0;
}
#latestDraw .top h5 {
  font-weight: 700;
}
#latestDraw .top .border-box h5 {
  color: var(--blue_418BFC);
}
#latestDraw .latestDraw-part {
  background: url("../images/latestDrawBg.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
#latestDraw .end {
  background: var(--white);
  border-radius: 40px;
  padding: 15px 20px;
  margin: 40px auto 0;
  max-height: 500px;
  overflow: auto;
  scrollbar-width: thin;
}
.dropDown_box .form-select {
  background: var(--black);
  color: var(--white);
  padding: 15px;
  border-radius: 50px;
  border: none;
  position: relative;
}
.dropDown_box .form-select::after {
  content: "/f0d7";
}
#latestDraw table {
  width: 100%;
}
#latestDraw table th,
#latestDraw table td {
  padding: 15px 40px;
  font-weight: 400;
}
#latestDraw table tr:first-child th:first-child {
  border-radius: 30px 0px 0px 30px;
  background: #efefef;
}
#latestDraw table tr:first-child th:last-child {
  border-radius: 0px 30px 30px 0px;
  background: #efefef;
  text-align: center;
}
#latestDraw table td.blue {
  color: var(--blue_418BFC);
  text-align: right;
}
#latestDraw table td {
  font-weight: 700;
}
#latestDraw table tr:not(:first-child) {
  border-bottom: 1px solid var(--black_303030);
}
#latestDraw table tr:last-child {
  border: none;
}
#latestDraw table tr:last-child td {
  padding-bottom: 0;
}

/* download css */
#download .download-box {
  max-width: 1100px;
  margin: 0 auto;
}
#download .download-box ul {
  justify-content: center;
}
#download .download-box ul img {
  max-width: 200px;
  width: 100%;
}

/* footer css */
#footer .left .link-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: -50px;
}
#footer .left .link-box li:not(:last-child) {
  margin-right: 20px;
}
#footer .left .link-box img {
  max-width: 80px;
  width: 100%;
}
#footer .right .top-box .link-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 10px;
}
#footer .right .top-box .link-box li:not(:last-child) {
  padding-right: 20px;
}
#footer .right .top-box .link-box li:not(:last-child) a {
  border-right: 1px solid var(--white);
  padding-right: 20px;
  line-height: 1;
}
#footer .right .top-box .link-box:first-child {
  padding-bottom: 15px;
}
#footer .end img {
  max-width: 120px;
  width: 100%;
}
#footer .end {
  padding: 20px 0;
  margin-top: 40px;
  border-top: 1px solid var(--white);
}
#footer {
  background: url("../images/footerBg.png") no-repeat;
  background-size: 80%;
  background-position: right bottom;
}
#footer a {
  font-size: 16px;
  color: var(--white);
}
#footer .end p {
  text-align: right;
  color: var(--white);
}
#footer .right {
  padding-top: 110px;
}

/* Inner Banner */

#banner .banner-block {
  background-image: url("/images/titleBG.png");
  background-size: 100% 100%;
  background-position: 100%;
  padding: 130px 0;
  text-align: center;
}
#banner .banner-block h1 {
  font-family: "Elsie Swash Caps", serif;
  font-weight: 600;
}

/* Buy Now */

#slotTickets.innerPage .box-top {
  max-width: 500px;
  margin: 0 auto;
  padding-top: 35px;
  position: relative;
  text-align: center;
}
#slotTickets.innerPage .box-top::before {
  content: "";
  position: absolute;
  width: 110%;
  height: 340px;
  left: -5%;
  top: 0;
  background: var(--yellow_F4A71A);
  z-index: -1;
  border-radius: 50%;
}
#slotTickets.innerPage .box-top h4 {
  font-weight: 600;
  margin-bottom: 0;
}
#slotTickets.innerPage .box-top h5 {
  font-weight: 900;
  margin-bottom: 0;
  font-size: 28px;
}
#slotTickets .box .btn-common.yellow {
  background: var(--yellow_F4A71A);
}
#slotTickets.innerPage .box-top h5 span {
  color: var(--white);
}
#slotTickets.innerPage .box-top p {
  margin: 5px 0;
}
#slotTickets.innerPage .countdown {
  display: inline-block;
  border: 1px solid var(--black_303030);
  border-radius: 50px;
  padding: 10px 20px;
}
#slotTickets.innerPage .box {
  background: var(--yellow_F4A71A);
}
#slotTickets.innerPage .box .title {
  border-color: var(--yellow_F4A71A);
}
#slotTickets.innerPage .form-control {
  box-shadow: none;
  border: 6px solid var(--yellow_F4A71A);
  display: inline-block;
  padding: 17px 20px;
  border-radius: 60px;
  padding-left: 50px;
}
#slotTickets.innerPage .box-header {
  display: flex;
  justify-content: space-around;
}
#slotTickets.innerPage .search_box {
  margin-top: -35px;
  position: relative;
  width: 100%;
  max-width: 40%;
}

#slotTickets.innerPage .searchIcon {
  position: absolute;
  z-index: 11;
  left: 20px;
  top: 20px;
}
#slotTickets.innerPage .searchIcon img {
  max-width: 25px;
  width: 100%;
}

#slotTickets.innerPage .ticketsList {
  display: flex;
  position: relative;
}
#slotTickets.innerPage .ticketsList::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  left: 28.5%;
  top: 0;
  background-image: url(/images/ic_ticket_line.png);
  background-size: cover;
  background-position: 100% 100%;
}
#slotTickets.innerPage .col {
  flex: 0 0 20%;
  max-width: 20%;
  margin-bottom: 10px;
}
#slotTickets.innerPage .ticketsList .leftTicket {
	background-image: url("../images/greenLeft.png");
	background-size: 100% 100%;
	padding: 10px;
	flex: 0 0 30%;
	max-width: 30%;
}
#slotTickets.innerPage .ticketsList .rightTicket {
  background-image: url("../images/redRight.png");
  background-size: 100% 100%;
  padding: 5px;
  padding-right: 15px;
  flex: 0 0 70%;
  max-width: 70%;
}
#slotTickets.innerPage .tickets_box {
	padding: 15px;
	height: 420px;
	overflow: hidden;
	overflow-y: auto;
	padding-bottom: 0;
}

#slotTickets.innerPage .ticketsList h5 {
	color: var(--white);
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: center;
	font-size: 22px;
	font-weight: bold;
	font-family: "Exo", sans-serif;
}