/* Cheti piyal baji peer sahib sunta he sab laheer */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/***** General CSS *****/

/***** General CSS *****/

body {
  word-break: break-word;
  font-family: "Montserrat", sans-serif;
  color: #ffffff79;
  overflow-x: hidden;
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
  position: relative;
  background-color: #161a26;
}

@font-face {
  font-family: "americanCaptain";
  src: url("../fonts/American-Captain.otf");
  src: url("../fonts/American-Captain.ttf");
}

@font-face {
  font-family: "Blender";
  src: url("../fonts/Blender_Pro_Medium.ttf");
}

/***** Headings *****/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "americanCaptain";
  color: #ffff;
  text-transform: uppercase;
}

h1 {
  font-size: 90px;
  line-height: 95px;
}

h2 {
  font-size: 70px;
  line-height: 75px;
}

h3 {
  font-size: 32px;
  line-height: 36px;
}

h4 {
  font-size: 25px;
  line-height: 30px;
}

h5 {
  font-size: 20px;
  line-height: 24px;
}

h6 {
  font-size: 18px;
  line-height: 22px;
}

/***** Paragraphs *****/
p {
  font-size: 14px;
}

/***** Gradient Text *****/

/***** Utilities *****/

.padd {
  padding: 100px 0;
  position: relative;
}

.paddTop {
  padding-top: 100px;
}

.paddBottom {
  padding-bottom: 100px;
}

.margTop {
  margin-top: 100px;
}

.margBottom {
  margin-bottom: 100px;
}

.wPara {
  color: #fff;
  opacity: 70%;
}

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

/* ---------------------------------- */

.rd {
  color: #18a9ff;
  display: inline-block;
  border-bottom: 1px solid;
}

.maxWidth {
  max-width: 1440px;
}

/* general btn css start  */

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

/***** Font Files *****/

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

/*header css start */

.menuSec {
  padding: 0px 0;
  position: relative;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-right: 30px;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #ffff;
  padding: 30px 18px;
  font-size: 15px;
  font-family: "Blender";
  text-transform: uppercase;
  transition: 0.2s;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #28b16d;
}

.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.droopdwon li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

/*header css start */

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/*banner css end*/

header {
  position: absolute;
  top: 10px;
  width: 100%;
  z-index: 12;
}

header .shopping {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 50px;
  padding: 11px 0 0;
}

header .shopping a.shopping-cart {
  position: relative;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

header .shopping a i {
  position: relative;
  z-index: 1;
  transition: 0.2s;
  color: #fff;
}

header .shopping span.cart {
  color: #fff;
}

header .shopping a i:hover {
  transform: scale(1.3);
  color: #fff;
}

/* ----------------------------------------------- About Us --------------------------------------- */

.siteWraper {
  position: relative;
  padding: 40px 30px 40px 40px;
}

img.ab1-img {
  position: relative;
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: 100% 30%;
}

section.aboutsec {
  position: relative;
  padding: 150px 0px;
}

.siteWraper:before {
  position: absolute;
  content: "";
  width: 61%;
  height: 100%;
  right: 0;
  top: 0;
  background: #212737;
}

section.aboutsec .ab-right {
  position: relative;
  z-index: 1;
}

/* ================= */

/* Rules Start  */

section.rules-sec .siteWraper:before {
  left: 0;
}

section.rules-sec .rules-img {
  position: relative;
}

section.rules-sec .siteWraper {
  padding-right: 0px;
}

section.rules-sec img.green-shape-img {
  position: absolute;
  right: 20%;
  top: 0;
}

img.rules-img {
  height: 420px;
  width: 100%;
}

section.rules-sec .siteWraper .ab-right {
  padding-right: 20px;
  position: relative;
}

/* Rules Start  */

/*Footer css Start*/

.left-text ul li {
  margin: 0 0 20px 0;
}

.left-text ul li a i,
.left-text ul li span i {
  color: #7b7e87;
  font-size: 16px;
}

.left-text ul li a,
.left-text ul li span {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  transition: ease-in;
  transition-duration: 0.2s;
  color: #ffffff66;
}

.left-text ul li a p:hover {
  color: #fff;
  transition: ease-out;
}

.left-text ul li p {
  color: #7b7e87;
  margin: 0;
}

.middle-text p {
  color: #7b7e87;
  text-align: center;
  width: 100%;
  margin: 20px 0 0 0;
}

footer h5 {
  margin-bottom: 24px;
}

.bottom-footer p {
  color: #7b7e87;
  margin-bottom: 0;
  padding: 10px 0;
}

.bottom-footer .row {
  border-top: 1px solid #3b404d;
  width: 100%;
  padding: 16px 0px 0px;
}

.left-text {
  padding: 0 0 0 100px;
}

.ftr-bottom {
  padding: 0;
  position: relative;
  border-top: 1px solid #3b404d;
}

.ftr-bottom:before {
  position: absolute;
  content: "";
  background: #3b404d;
  width: 1px;
  height: 100%;
  top: 0;
  left: 30%;
  z-index: 1;
}

.ftr-bottom:after {
  position: absolute;
  content: "";
  background: #3b404d;
  width: 2px;
  height: 100%;
  top: 0;
  right: 30%;
  z-index: 1;
}

.footer-socials ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.footer-socials ul li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 100px;
  background-color: #0000;
  color: #7b7e87;
  border: 1px solid #7b7e87;
  transition: ease-in;
  transition-duration: 0.2s;
}

.footer-socials ul li a i:hover {
  background-color: #17a8ff;
  color: #fff;
  border: 1px solid #0000;
  transition: ease-out;
  transition-duration: 0.2s;
}

.footer-logo {
  text-align: center;
  width: 30%;
  margin: 0px auto;
}

.right-text,
.left-text {
  padding-top: 100px;
  padding-bottom: 102px;
}

.footer-main {
  position: relative;
  background: #232837;
}

footer .row {
  align-items: center;
}

.right-text {
  width: 78%;
}

.creadit-img {
  position: relative;
}

.bottom-footer {
  position: unset;
  overflow: hidden;
}

/*Footer Css End*/

.bt {
  display: inline-block;
  position: relative;
}

.pbtn {
  position: relative;
  display: inline-block;
  padding: 2px 4px;
  background: #17a8ff;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border: none;
  cursor: pointer;
  min-width: 90px;
  clip-path: polygon(12% 0, 88% 0, 100% 50%, 88% 100%, 12% 100%, 0 50%);
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 12px #00aeff3b;
  overflow: visible;
}

.pbtn span {
  position: relative;
  display: inline-block;
  padding: 16px 40px;
  background: #212737;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Blender", sans-serif;
  line-height: 23px;
  min-width: 160px;
  clip-path: polygon(12% 0, 88% 0, 100% 50%, 88% 100%, 12% 100%, 0 50%);
  transition: all 0.3s ease-in-out;
  transform: scaleY(1.1);
}

.pbtn:hover {
  background: #00baff;
  color: #fff;
}

.pbtn:hover span {
  background: #00baff;
  color: #fff;
  transform: unset;
}

.bt:before {
  position: absolute;
  content: "";
  width: 80%;
  height: 60%;
  background: #00e5ff66;
  right: 0;
  left: 0;
  margin: 0px auto;
  top: 20px;
  filter: drop-shadow(2px 4px 46px #00e5ff66);
}

footer .double-links ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

footer .double-links ul li a {
  color: #ffffff69;
}

footer .double-links ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

.newlatter-form {
  width: 70%;
  margin: 0px auto 50px;
  text-align: center;
  padding: 10px 60px 60px;
  background: #161a26;
  position: relative;
}

.newlatter-form h2 {
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 24px;
}

.newlatter-form .newsform {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  height: 55px;
  padding-left: 30px;
}

.newlatter-form .newsform input {
  width: 100%;
  flex-grow: 1;
  background: transparent;
  border: 0px;
  color: #ffffff6b;
  position: relative;
  z-index: 1;
}

.newlatter-form .newsform input::placeholder {
  color: #ffffff6b;
}

.newlatter-form .newsform .bt {
  position: relative;
}

.newlatter-form .newsform:before {
  position: absolute;
  content: "";
  width: 90%;
  height: 100%;
  left: 0;
  top: 0;
  background: #343741;
}

.newlatter-form .newsform .pbtn span {
  padding: 14px 20px;
  line-height: 24px;
  min-width: 170px;
}

/* ----------------------------------------- Big Win Section Start ------------------------------ */

section.big-win {
  position: relative;
  overflow: hidden;
  padding: 260px 0;
  background: url(../images/win-big-bg-img.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.big-win-img {
  position: absolute;
  top: -4px;
  left: 17%;
}

.big-win-img img {
  width: 100%;
  height: 730px;
  transform-origin: center bottom;
  filter: drop-shadow(0px -32px 42px #0000009e);
}

.big-win-txt {
  padding-left: 110px;
  position: relative;
}

.big-win-txt p {
  width: 90%;
}

img.big-win-top-shape {
  position: absolute;
  top: 0;
  width: 100%;
  height: 70px;
  left: 0;
  object-fit: fill;
}

img.big-win-bottom-shape {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
  left: 0;
  object-fit: fill;
}

img.trophy-img {
  position: absolute;
  right: -60px;
  top: -30px;
}

img.yellow-img {
  position: absolute;
  right: 0;
  top: -50px;
}

img.green-img-win {
  position: absolute;
  bottom: -140px;
  left: -220px;
  right: 0;
  margin: 0px auto;
}

img.blue-leaf-img-win {
  position: absolute;
  left: -50px;
  top: -40px;
}

img.trophy-img-left-btm {
  position: absolute;
  left: 150px;
  bottom: 280px;
  width: 110px;
}

img.big-win-leaf-shape-img {
  position: absolute;
  left: 120px;
  bottom: 90px;
}

img.big-win-top-red-shape {
  position: absolute;
  top: 180px;
  left: 130px;
}

/* ----------------------------------------- Big Win Section end ------------------------------ */

/* ----------------------------------------- Play  Section Start ------------------------------ */

.heading {
  margin-bottom: 50px;
  position: relative;
}

.play-bx {
  position: relative;
  clip-path: polygon(
    16% 0%,
    83% 0,
    100% 16%,
    100% 82%,
    84% 100%,
    17% 100%,
    0 80%,
    0 20%
  );
  background: #232837;
  margin: 0px 10px;
  height: 370px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 20px 24px 30px;
  transition: 0.3s;
}

.play-bx .play-icon {
  position: relative;
  width: 90px;
  background: #17a8ff;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  transition: 0.3s;
}

.play-bx p:last-child {
  margin-bottom: 0;
}

.play-bx .play-icon:before {
  position: absolute;
  content: "";
  width: 87%;
  height: 100%;
  left: 0;
  top: 0px;
  background: #232938;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  right: 0;
  margin: 0px auto;
  transition: 0.4s;
}

.play-i-shp {
  position: relative;
  margin-bottom: 24px;
}

.play-bx .play-icon img {
  position: absolute;
  z-index: 1;
  transition: 0.2s;
}

.play-bx:hover {
  background: #17a8ff;
}

.play-bx.top-play-bx {
  position: relative;
  top: -90px;
}

.play-i-shp::before {
  position: absolute;
  content: "";
  width: 40%;
  height: 40%;
  background: #00e5ff66;
  right: 0;
  left: 0;
  margin: 0px auto;
  top: 20px;
  filter: drop-shadow(2px 4px 26px #00e5ffcf);
}

img.play-leaf-shape {
  position: absolute;
  left: 24%;
  top: -20px;
}

section.play .heading {
  padding-top: 24px;
}

img.play-red-shape {
  position: absolute;
  right: -50px;
  top: 0px;
}

section.play.padd::before {
  top: 0%;
  left: -25%;
  width: 44%;
  content: "";
  height: 100%;
  filter: blur(10px);
  position: absolute;
  background: radial-gradient(
    circle,
    rgb(23 168 255 / 0%) 0%,
    rgb(23 168 255 / 19%) 14%,
    rgb(23 166 255 / 0%) 82%,
    rgba(23, 168, 255, 0) 100%
  );
  background-size: cover;
  background-position: 10px -30px;
  background-repeat: no-repeat;
}

/* ----------------------------------------- Play  Section end ------------------------------ */

section.rules-sec {
  position: relative;
  padding: 80px 0 120px;
}

img.rules-yellow-img {
  position: absolute;
  left: 0;
  bottom: 70px;
}

section.rules-sec::after {
  bottom: -30%;
  right: -25%;
  width: 44%;
  content: "";
  height: 100%;
  filter: blur(10px);
  position: absolute;
  background: radial-gradient(
    circle,
    rgb(23 168 255 / 0%) 0%,
    rgb(23 168 255 / 19%) 14%,
    rgb(23 166 255 / 0%) 82%,
    rgba(23, 168, 255, 0) 100%
  );
  background-size: cover;
  background-position: 10px -30px;
  background-repeat: no-repeat;
}

/* sourc-sec */

.sourc-sec .row {
  align-items: center;
}

.sourc-bg {
  padding: 5px;
  border-radius: 5px;
}

.sourcMainSlider {
  left: 19px;
  height: 530px;
  min-height: 100%;
  border-radius: 10px;
}

.sourcMainSlider .slick-list,
.sourcMainSlider .slick-track {
  height: 100%;
}

.sourcMainSlider .soruce-img {
  height: 100%;
  width: 100%;
}

.sourcMainSlider .slick-slide {
  margin: 0;
}

.sourcMainSlider .soruce-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sourcSideSlider {
  height: 525px;
  overflow: hidden;
  min-height: 100%;
  background: #212737;
  position: relative;
  margin-top: -7px;
}

.sourcSideSlider .slick-slide {
  margin: 0;
  opacity: 1;
}

.sourcSideSlider .soruce-small-img {
  width: 100%;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
}

.sourcSideSlider .soruce-small-img img {
  width: 41%;
  object-fit: contain;
  border-radius: 55px;
  filter: drop-shadow(2px 4px 24px #0000006e);
}

.sourc-text {
  padding: 20px;
  padding-right: 0;
}

.sourc-text h6 {
  font-size: 20px;
  color: #f6f1eb;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "Blender";
}

.sourc-text h5 {
  font-size: 20px;
  color: #f6f1eb;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "Blender_Pro";
}

.sourc-text h3 {
  font-size: 36px;
  color: #f6f1eb;
  font-weight: 400;
  overflow: hidden;
  position: relative;
  margin-bottom: 26px;
  padding-bottom: 30px;
}

.sourc-text h3::before {
  left: 0%;
  width: 100%;
  content: "";
  height: 1px;
  bottom: 15px;
  position: absolute;
  background-color: #6a656161;
}

.sourc-text p {
  color: #ffffff87;
  margin-bottom: 10px;
  line-height: 28px;
}

.sourc-text a {
  margin-top: 5px;
}

.sourc-text .z-1 {
  z-index: 1;
}

.sourc-text h3::after {
  left: 0%;
  width: 25%;
  content: "";
  height: 1px;
  bottom: 15px;
  position: absolute;
  background-color: #fff;
}

.sourc-text h6 span {
  display: block;
  color: #a1a1a1;
  font-size: 13px;
  line-height: 23px;
}

.source-txt-des {
  padding: 20px 26px 16px;
  background: #1f222b;
  margin: 10px 0px 10px;
}

.sourc-rate {
  display: flex;
  gap: 14px;
}

.sourc-rate .rating i {
  font-size: 12px;
  color: #ffb400;
}

.sourc-rate .rating span:last-child i {
  opacity: 40%;
  color: #bebdbd;
}

.sourc-rate span {
  font-family: "Blender";
  font-size: 15px;
}

.sourcSideSlider .soruce-small-img .sm-rate {
  position: absolute;
  top: 30px;
  display: flex;
  flex-direction: column;
  right: 30px;
}

.sourcSideSlider .soruce-small-img .sm-rate span.numst {
  font-family: "roboto";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff8a;
}

.sourcSideSlider .soruce-small-img .sm-rate i {
  color: #ffb400;
  font-size: 20px;
  position: absolute;
  top: 14px;
  left: -20px;
}

.sourcSideSlider .slick-slide.slick-current.slick-active {
  background: #17a8ff;
}

.sourcSideSlider .slick-slide.slick-current.slick-active .sm-rate {
  opacity: 0;
}

.sourcSideSlider:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0px auto;
  background: #fff;
  opacity: 30%;
}

section.sourc-sec {
  position: relative;
}

section.sourc-sec:after {
  bottom: -70%;
  left: -21%;
  width: 38%;
  content: "";
  height: 100%;
  filter: blur(10px);
  position: absolute;
  background: radial-gradient(
    circle,
    rgb(23 168 255 / 0%) 0%,
    rgb(23 168 255 / 19%) 14%,
    rgb(23 166 255 / 0%) 82%,
    rgba(23, 168, 255, 0) 100%
  );
  background-size: cover;
  background-position: 10px -30px;
  background-repeat: no-repeat;
}

img.sourc-blue-img-right {
  position: absolute;
  right: 30px;
  bottom: 180px;
}

/* sourc-sec */

/* ------------------------------------------------------- Banner Start ----------------------------------- */

section.banner {
  position: relative;
}

section.banner .banneerSlider {
  margin: 0px;
  position: relative;
}

section.banner .slick-slide {
  margin: 0px;
  opacity: 0;
}

section.banner .innerWrap {
  position: relative;
}

img.banner-bg-img {
  height: 840px;
  width: 100%;
  object-fit: cover;
}

section.banner .bannercontent {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.content-Wraper {
  padding-top: 120px;
  position: relative;
}

.banners-btns {
  position: relative;
}

.banners-btns .banners-mils {
  position: relative;
  padding-left: 50px;
}

.banners-btns .banners-mils:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 80%;
  top: 5px;
  left: 18px;
  background: #ffff;
  opacity: 20%;
}

.banners-btns .banners-mils p {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}

.banner_img {
  position: relative;
}

.banner_img .banner-monkee-img {
  filter: drop-shadow(2px 4px 36px #00000063);
  animation: zoomOnceRotatemainImg 8s ease-out forwards infinite;
}

header .shopping a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  transform: rotate(45deg);
  transition: 0.2s;
}

/* ------------------------------------------------------- Banner End ----------------------------------- */

header .shopping a.shopping-cart span {
  font-size: 9px;
  color: #000;
  font-family: "Blender";
  background: #fff;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 40px;
  position: absolute;
  right: -20px;
  transform: rotate(-45deg);
  top: 1px;
  transition: 0.2s;
}

header .shopping a:hover:before {
  background: #17a8ff;
  transform: unset;
}

header .shopping a.shopping-cart:hover span {
  transform: unset;
  top: 15px;
}

header .shopping .pbtn span {
  min-width: 130px;
  padding: 14px 40px;
}

.siteLogo {
  width: 130px;
  height: 130px;
  display: block;
}

.siteLogo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header-logo {
  height: 80px;
  display: flex;
  position: relative;
  width: fit-content;
  justify-content: center;
}

.header-logo::before {
  bottom: 0;
  left: 100%;
  content: "";
  height: 1px;
  width: 100vw;
  position: absolute;
  background-color: #ffffff3b;
}

.header-logo::after {
  bottom: 0;
  content: "";
  right: 100%;
  height: 1px;
  width: 100vw;
  position: absolute;
  background-color: #ffffff3b;
}

header .menuSec a.siteLogo:before {
  left: -2px;
  right: 0;
  content: "";
  width: 135px;
  margin: auto;
  bottom: -60px;
  height: auto;
  position: absolute;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  border: 1px solid #ffffff3b;
  clip-path: polygon(0 55%, 100% 54%, 100% 100%, 0% 100%);
}

.slider-nav-wrap {
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 5;
  bottom: 16%;
  width: 140px;
}

.custom-dots {
  position: relative;
  width: 100%;
  display: flex;
}

.custom-dots li {
  list-style: none;
}

.custom-dots button {
  display: none;
}

.dot-shape {
  width: 6px;
  height: 6px;
  display: inline-block;
  transition: all 0.3s ease;
  opacity: 0.4;
  background: #717691;
  border-radius: 45px;
  outline: 4px solid transparent;
  outline-offset: 0px;
  margin: 8px 0px;
}

.custom-dots .slick-active .dot-shape {
  opacity: 1 !important;
  outline: 1px solid #fff;
  border-radius: 0px;
  background: #fff;
  outline-offset: 3px;
  transform: rotate(45deg);
}

.slider-counter {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  position: absolute;
  font-family: "americanCaptain";
  top: -110px;
  right: 50px;
  display: inline-block;
}

.custom-dots ul.slick-dots {
  width: 20px;
}

li.slick-active {
  opacity: 1;
  position: relative;
}

li.slick-active:before {
  position: absolute;
  content: "";
  width: 160px;
  background: #ffffff45;
  height: 1px;
  top: 12px;
  left: 19px;
}

.slider-tt-slides {
  font-size: 16px;
  font-family: "americanCaptain";
  letter-spacing: 1px;
  color: #ffffff;
  opacity: 30%;
}

.banner_text {
  position: relative;
}

.banner_text img.banner-green-sh {
  position: absolute;
  left: -60px;
  width: auto;
  top: -70px;
}

.banner_img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.innercircl-ims {
  position: absolute;
  top: 47%;
  left: 50%;
  width: 460px;
  height: 0px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: orbit 25s linear infinite;
  pointer-events: none;
  right: 20%;
}

.innercircl-ims span {
  position: absolute;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.innercircl-ims span:nth-child(1) {
  transform: rotate(0deg) translateX(220px);
}

.innercircl-ims span:nth-child(2) {
  transform: rotate(72deg) translateX(220px);
}

.innercircl-ims span:nth-child(3) {
  transform: rotate(144deg) translateX(220px);
}

.innercircl-ims span:nth-child(4) {
  transform: rotate(216deg) translateX(220px);
}

.innercircl-ims span:nth-child(5) {
  transform: rotate(288deg) translateX(220px);
}

.innercircl-ims span img {
  width: 100%;
  height: auto;
  display: block;
  animation: spin 10s linear infinite;
}

@keyframes orbit {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

img.bnner-right-tropy {
  width: 140px;
  position: absolute;
  left: -72px;
  bottom: 30px;
}

header:before {
  position: absolute;
  content: "";
  width: 120px;
  height: 150px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  right: -20px;
  top: 30px;
  background-image: url(../images/trophy-img.png);
}

section.banner .innerWrap:before {
  top: -30%;
  right: -18%;
  width: 34%;
  content: "";
  height: 62%;
  filter: blur(10px);
  position: absolute;
  background: radial-gradient(
    circle,
    rgb(23 168 255 / 0%) 0%,
    rgb(255 255 255 / 19%) 14%,
    rgb(23 166 255 / 0%) 82%,
    rgba(23, 168, 255, 0) 100%
  );
  background-size: cover;
  background-position: 10px -30px;
  background-repeat: no-repeat;
}

.slider-counter.act-in {
  position: absolute;
  z-index: 12;
  font-size: 120px;
  line-height: 120px;
  top: 84%;
  left: 170px;
  right: unset;
  width: auto;
  display: inline-block;
}

.slider-counter.act-in:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 38px;
  bottom: 0;
  background: #17a8ff;
  transform: rotate(7deg);
}

/* --------------------------- */
/* --------------------------- */

.banner_img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
}

.banner-monkee-img {
  position: relative;
  z-index: 2;
  width: 320px;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.4));
}

.dust-particles {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.096) 0%,
    transparent 70%
  );
  filter: blur(12px);
  opacity: 0;
}

/* --------------------------- */
/* --------------------------- */

/*LATEST WORK SECTION*/
/* Full width carousel section */
.latest_work_sec {
  overflow: hidden;
  width: 100%;
  padding: 0px 0 150px;
  position: relative;
}

/* Remove width limits */
.latest_work_sec .container-fluid,
.latest_work_sec .col-md-12 {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

/* Flipster full width + visible overflow */
.flipster {
  /* overflow: visible !important; */
  margin: 0 auto;
  position: relative;
  padding: 40px 0;
}

/* Make inner wrapper full width */
.flipster__container {
  width: 100% !important;
}

/* Flip items visible */
.flipster__item {
  opacity: 1 !important;
}

/* Central item (active) bigger and more prominent */
.flipster__item--current .card_box {
  transform: scale(1.1);
  transition: transform 0.4s ease;
}

/* Left and right visible items slightly smaller */
.flipster__item--past-1 .card_box,
.flipster__item--future-1 .card_box {
  transform: scale(0.9);
  opacity: 0.9;
}

/* Two items away even smaller */
.flipster__item--past-2 .card_box,
.flipster__item--future-2 .card_box {
  transform: scale(0.8);
  opacity: 0.7;
}

/* Card box larger size */
.card_box {
  background: #2b2c2e;
  border-radius: 15px;
  overflow: hidden;
  color: #fff;
  /* increase card width */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  margin: auto;
  transition: all 0.4s ease;
  padding: 10px;
  width: 360px;
  position: relative;
}

/* Card image */
.card_img img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

.card_date {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #17a8ff;
  color: #fff;
  padding: 3px 8px;
  border-radius: 4px;
  font-family: "Blender";
  text-transform: uppercase;
  word-spacing: -1px;
}

/* Card content */
.card_content {
  padding: 18px 4px 10px;
}

.card_content h5 {
  font-size: 20px;
  margin-bottom: 8px;
  font-family: "Blender";
}

.card_price {
  font-size: 18px;
  color: #fff;
  font-family: "Blender";
}

.card_price small {
  color: #cdcaca96;
  font-size: 12px;
  text-transform: uppercase;
}

.card_content p {
  margin: 12px 0;
  color: #fff;
  opacity: 60%;
  font-weight: 400;
  line-height: 21px;
}

/* Progress */
.progress_bar {
  background: #3f4045;
  height: 6px;
  border-radius: 5px;
  overflow: hidden;
}

.progress_fill {
  height: 100%;
  border-radius: 5px;
  transition: width 0.5s ease;
  background: #17a8ff;
}

.progress_info {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #ffffffb5;
  margin-top: 6px;
  font-family: "Blender";
}

@media (max-width: 768px) {
  .card_box {
    width: 270px;
  }
}

.compet-list {
  margin: 14px 0px 10px;
}

.compet-list .innts {
  display: flex;
  text-align: center;
  width: 78px;
  background: #3f4044;
  flex-direction: column;
  padding: 8px 0px;
  border-radius: 5px;
  font-family: "Blender";
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  transition: 0.2s;
}

.compet-list .innts:hover {
  transform: translate(0px, 2px);
  background: #17a8ff;
}

.crd-btt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0px;
}

.crd-btt .pbtn span {
  word-spacing: 3px;
}

html {
  overflow-x: hidden;
}

/* Custom Range Slider */
.progress_range {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  background: #3f4045;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  margin-top: 5px;
}

/* Track fill (WebKit) */
.progress_range::-webkit-slider-runnable-track {
  height: 6px;
  background: linear-gradient(
    90deg,
    #17a8ff var(--value, 21%),
    #3f4045 var(--value, 21%)
  );
  border-radius: 5px;
}

/* Thumb */
.progress_range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #17a8ff;
  border: 2px solid #fff;
  box-shadow: 0 0 5px rgba(23, 168, 255, 0.7);
  cursor: pointer;
  transition: all 0.2s ease;
}

.progress_range::-webkit-slider-thumb:hover {
  transform: scale(1.2);
}

/* Firefox */
.progress_range::-moz-range-track {
  height: 6px;
  background: #3f4045;
  border-radius: 5px;
}

.progress_range::-moz-range-progress {
  background: #17a8ff;
  height: 6px;
  border-radius: 5px;
}

.progress_range::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #17a8ff;
  border: 2px solid #fff;
  box-shadow: 0 0 5px rgba(23, 168, 255, 0.7);
  cursor: pointer;
  transition: all 0.2s ease;
}

.progress_range::-moz-range-thumb:hover {
  transform: scale(1.2);
}

.latest_work_sec::before {
  top: 10%;
  right: -25%;
  width: 40%;
  content: "";
  height: 60%;
  filter: blur(10px);
  position: absolute;
  background: radial-gradient(
    circle,
    rgb(23 168 255 / 0%) 0%,
    rgb(23 168 255 / 19%) 14%,
    rgb(23 166 255 / 0%) 82%,
    rgba(23, 168, 255, 0) 100%
  );
  background-size: cover;
  background-position: 10px -30px;
  background-repeat: no-repeat;
}

img.ab-top-green-img {
  position: absolute;
  left: 10%;
  bottom: 10px;
}

section.banner .slick-slide.slick-current.slick-active {
  opacity: 1 !important;
}

/* --------------------------------- */

/* Animations  */

img.banner-bg-img {
  animation: bgZoom1 10s ease-in-out infinite;
}

@keyframes bgZoom1 {
  0% {
    transform: scale(1);
  }

  60% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

img.trophy-img-left-btm {
  animation: rotateLeftRight 4s ease-in-out infinite;
}

img.trophy-img {
  animation: rotateLeftRight 4s ease-in-out infinite;
}

header:before {
  animation: rotateLeftRight 4s ease-in-out infinite;
}

img.bnner-right-tropy {
  animation: rotateLeftRight 4s ease-in-out infinite;
}

@keyframes rotateLeftRight {
  0% {
    transform: rotate(-15deg);
  }

  50% {
    transform: rotate(15deg);
  }

  100% {
    transform: rotate(-15deg);
  }
}

@keyframes rotateXaxis {
  0% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

/* .big-win-img img { */
/* animation: rotateXaxis 5s linear infinite; */
/* } */

img.play-leaf-shape {
  animation: rotateXaxis 5s linear infinite;
}

/* .big-win-img img {
  animation: rotateXaxis 5s linear infinite;
} */

img.blue-leaf-img-win {
  animation: rotateXaxis 5s linear infinite;
}

img.big-win-top-red-shape {
  animation: rotateXaxis 5s linear infinite;
}

@keyframes zoomOnceRotate {
  0% {
    transform: scale(0.5);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(0.5);
  }
}
@keyframes zoomOnceRotatemainImg {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.8);
  }
}

.latest_work_sec::before {
  animation: zoomOnceRotate 8s ease-out forwards infinite;
}

section.play.padd::before {
  animation: zoomOnceRotate 8s ease-out forwards infinite;
}

section.rules-sec::after {
  animation: zoomOnceRotate 8s ease-out forwards infinite;
}

section.sourc-sec:after {
  animation: zoomOnceRotate 8s ease-out forwards infinite;
}

.banner_text img.banner-green-sh {
  animation: zoomOnceRotate 8s ease-out forwards infinite;
}

img.ab-top-green-img {
  animation: zoomOnceRotate 5s ease-out forwards infinite;
}

img.play-red-shape {
  animation: zoomOnceRotate 5s ease-out forwards infinite;
}

section.rules-sec img.green-shape-img {
  animation: rotateXaxis 5s linear infinite;
}

img.green-img-win {
  animation: zoomOnceRotate 5s ease-out forwards infinite;
}

img.rules-yellow-img {
  animation: zoomOnceRotate 5s ease-out forwards infinite;
}

.flipster--carousel .flipster__item__content {
  transform-origin: center center !important;
  transition: all 400ms ease-in-out !important;
}

.flipster--carousel .flipster__item--past .flipster__item__content,
.flipster--carousel .flipster__item--future .flipster__item__content,
.flipster--carousel .flipster__item--past-1 .flipster__item__content,
.flipster--carousel .flipster__item--future-1 .flipster__item__content,
.flipster--carousel .flipster__item--past-2 .flipster__item__content,
.flipster--carousel .flipster__item--future-2 .flipster__item__content {
  transform: none !important;
}

.flipster--carousel .flipster__item--current .flipster__item__content {
  transform: translate(0px, 0px) scale(0.9);
  opacity: 1 !important;
  z-index: 5;
}

.flipster--carousel .flipster__item--past-1 .flipster__item__content,
.flipster--carousel .flipster__item--future-1 .flipster__item__content {
  transform: translate(-10px, 0px) scale(0.8) !important;
  z-index: 4;
}

.flipster--carousel .flipster__item--past-2 .flipster__item__content,
.flipster--carousel .flipster__item--future-2 .flipster__item__content {
  transform: translate(80px, 0px) scale(0.7) !important;
  z-index: 3;
}

.flipster--carousel .flipster__item--past-3 .flipster__item__content,
.flipster--carousel .flipster__item--future-3 .flipster__item__content {
  opacity: 0 !important;
  transform: scale(0.5) !important;
  z-index: 2;
}

.flipster--carousel .flipster__item--future-2 .flipster__item__content {
  transform: translate(-120px, 0px) scale(0.7) !important;
}

/* ------------------------------------------ COMING SOON PAGE ---------------------- */

section.coming-soon {
  position: relative;
  overflow: hidden;
  height: 100dvh;
  width: 100%;
}

section.coming-soon .comingWraper {
  position: relative;
  height: 100%;
}

img.coming-soon-bg {
  height: 100%;
  width: 100%;
  object-fit: fill;
  object-position: center;
  position: absolute;
  top: 0;
}

.cominContent {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.cominContent .container-fluid.maxWidth {
  position: relative;
}

.coming-center-col {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 0px 10px;
}

.coming-logo a {
  display: inline-block;
}

.coming-logo a img {
  width: 24%;
  display: inline-block;
  position: relative;
}

.coming-text h1 {
  font-size: 120px;
  line-height: 1;
  letter-spacing: 1px;
  margin: 0;
}

.coming-text .newlatter-form {
  background: transparent;
}

.coming-text .newlatter-form .newsform:before {
  background: #acacac2b;
}

.coming-days-list-item {
  position: relative;
}

.coming-days-list-item .timer-bg {
  position: relative;
}

.coming-days-list-item .timer-bg:before {
  position: absolute;
  content: "";
  width: 40%;
  height: 40%;
  background: #00e5ffc7;
  right: 0;
  left: 0;
  margin: 0px auto;
  top: 20px;
  filter: drop-shadow(2px 4px 29px #00e5ffcf);
  transition: 0.3s;
}

.timer-txt {
  position: relative;
  width: 94px;
  background: #17a8ff;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  transition: 0.3s;
}

.timer-txt:before {
  position: absolute;
  content: "";
  width: 87%;
  height: 100%;
  left: 0;
  top: 0px;
  background: #232837;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  right: 0;
  margin: 0px auto;
  transition: 0.4s;
}

.timer-txt h6 {
  position: relative;
  margin: 0px;
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  transition: 0.2s;
  letter-spacing: 1px;
}

.timer-txt h6 span {
  display: block;
}

.coming-days-list-item .timer-bg:hover:before {
  filter: drop-shadow(2px 4px 89px #fff);
}

.coming-days-list-item .timer-bg:hover .timer-txt {
  transform: rotate(45deg);
}

.coming-days-list-item .timer-bg:hover .timer-txt:before {
  background: #1ba9ff;
  clip-path: unset;
}

.coming-days-list-item .timer-bg:hover .timer-txt h6 {
  transform: rotate(-45deg);
}

.coming-text .newlatter-form .newsform input {
  color: #fff;
}

.coming-gift {
  position: relative;
}

.coming-gift img {
  width: 23%;
  position: relative;
  bottom: -30px;
}

.coming-text p {
  font-size: 13px;
}

.coming-left-col {
  position: relative;
}

img.comin-left-monkey {
  position: relative;
  left: -20px;
  filter: drop-shadow(2px 13px 16px #00000042);
}

.coming-right-col {
  position: relative;
}

img.comin-right-monkey {
  position: relative;
  right: -20px;
  filter: drop-shadow(2px 13px 16px #00000042);
}

.coming-text {
  margin-top: 30px;
}

img.coming-trophy-img {
  position: absolute;
  right: -60px;
  top: -70px;
  z-index: 1;
}

img.coming-green-img {
  position: absolute;
  top: 8%;
  z-index: 12;
  left: 2%;
}

img.coming-right-trophy-img {
  position: absolute;
  bottom: 6%;
  left: -6%;
}

img.coming-reed-shape-img {
  position: absolute;
  right: 0%;
  bottom: 3%;
}

img.coming-totot-img {
  position: absolute;
  bottom: 40px;
  right: 42%;
}

img.coming-yl-img-shape {
  position: absolute;
  right: 0;
  bottom: 40px;
}

img.coming-right-trophy-img {
  animation: rotateLeftRight 4s ease-in-out infinite;
}

img.coming-trophy-img {
  animation: rotateLeftRight 6s ease-in-out infinite;
}

.coming-gift img {
  animation: rotate 10s linear infinite;
}

.coming-yl-img-shape {
  animation: rotate 10s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

img.coming-green-img {
  animation: zoomOnceRotate 5s ease-out forwards infinite;
}

img.coming-reed-shape-img {
  animation: rotateXaxis 5s linear infinite;
}

img.coming-soon-bg {
  animation: bgZoom1 10s ease-in-out infinite;
}
.coming-text p {
    width: 90%;
    margin: 10px auto;
}
/* --------------------------------------- COMING SOON PAGE ------------------------ */


/* new css */

section.coming-soon.sec_changes_new .newlatter-form .newsform {
    height: auto;
    display: block;
    padding: 0;
}

.coming-soon.sec_changes_new .newlatter-form .newsform input {
    height: 55px;
    width: 100%;
    background: #acacac2b;
    padding: 5px 20px;
}

.coming-soon.sec_changes_new .newlatter-form .newsform:before {
    display: none;
}

.coming-soon.sec_changes_new .newlatter-form .newsform .bt {
    margin-top: 20px;
}


.coming-soon.sec_changes_new .coming-center-col {
    margin-top: 50px;
}

.coming-soon.sec_changes_new .coming-text {
    margin-top: 0;
}

/* new css */


#winnerPopup {
    
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  display:none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Popup Box */
.winner-popup {
  position: relative;
  color: #fff;
  width: auto;
  max-width: 90%;
  text-align: center;
  padding: 100px 40px 120px;
  overflow: hidden;
  background-image: url(../images/popup-bg-img.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/* Headings */

.winner-popup h4 {
  color: #00aaff;
  margin-bottom: 10px;
  font-family: "Blender";
}

.winner-popup p {
  max-width: 70%;
  margin: 0 auto;
  font-size: 12px;
  opacity: 60%;
}

/* Prize Boxes */
.badge-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #161a26;
  padding: 14px 26px;
  user-select: none;
  transition: all 0.3s ease;
  border: 0px;
  clip-path: polygon(12% 0, 88% 0, 100% 50%, 88% 100%, 12% 100%, 0 50%);
  font-family: "Blender";
  text-transform: uppercase;
  color: #ffffffba;
  font-size: 13px;
}

.winner-popup button.pbtn {
  background: #0678c1;
  min-width: auto;
  width: 100%;
  clip-path: polygon(7% 0, 92% 0, 100% 45%, 94% 100%, 6% 100%, 0 50%);
}

.winner-popup button.pbtn span {
  background: #17a2f5;
  width: 100%;
  clip-path: polygon(7% 0, 92% 0, 100% 45%, 94% 100%, 6% 100%, 0 50%);
  padding: 14px 40px;
}

.winner-popup .bt {
  width: 53%;
  padding-top: 10px;
}

.winner-popup button.pbtn:hover span {
  background: #24293b;
}

/* Bottom Blue Shape */

/* Close Button */
.close-btn {
  position: relative;
  color: #fff;
  line-height: 28px;
  transition: 0.3s ease;
  background: transparent;
  border: 0px;
  padding: 0px;
  font-size: 32px;
  width: 100%;
  height: 100%;
}
.close-btn:hover {
  background: #00b3ff;
}
.notify-icon .notify-inner-i:before {
    position: absolute;
    content: "";
    width: 87%;
    height: 100%;
    left: 0;
    top: 0px;
    background: #232938;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    right: 0;
    margin: 0px auto;
    transition: 0.4s;
}
.notify-icon .notify-inner-i {
    position: relative;
    width: 70px;
    background: #17a7ff;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    transition: 0.3s;
}
.notify-icon:before {
    position: absolute;
    content: "";
    width: 50%;
    height: 40%;
    background: #00e5ff66;
    right: 0;
    left: 0;
    margin: 0px auto;
    top: 20px;
    filter: drop-shadow(2px 4px 26px #00e5ffcf);
}
.winner-popup .notify-icon {
  position: absolute;
  top: 20px;
  right: 25px;
}

img.popup-leaf-1 {
  position: absolute;
  right: 90px;
  top: 22px;

  animation: rotateXaxis 4s linear infinite;
}

img.poput-rihgt-trophy-img {
  position: absolute;
  right: 20px;
  width: 110px;
  top: 65%;
  animation: rotateLeftRight 5s ease-in-out infinite;
}

img.red-leaf-popup {
  position: absolute;
  left: 70px;
  bottom: 4%;
  width: 50px;

  animation: rotateLeftRight 13s ease-in-out infinite;
}

img.popup-leaf-2 {
  position: absolute;
  left: 16%;
  animation: rotateXaxis 5s linear infinite;
}

img.yellow-img-popup {
  position: absolute;
  top: 64px;
  left: 31%;
  animation: zoomOnceRotate 5s ease-out forwards infinite;
}

.winner-popup h2 {
  font-size: 80px;
  line-height: 85px;
}



/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    img.comin-left-monkey {
    left: 0;
}

img.comin-right-monkey {
    right: 0;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    img.comin-left-monkey {
        left: 0;
    }
    
    img.comin-right-monkey {
        right: 0;
}
.coming-text h1 {
    font-size: 100px;
}

.coming-text p {
    width: 100%;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    img.comin-left-monkey {
    left: 0;
}

img.comin-right-monkey {
    right: 0;
}
.coming-text h1 {
    font-size: 70px;
}

.coming-text p {
    width: 100%;
}

.coming-center-col {
    padding: 0;
}
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    img.comin-left-monkey {
    left: 0;
}

img.comin-right-monkey {
    right: 0;
}
.coming-text h1 {
    font-size: 70px;
}

.coming-left-col {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100px;
}

.coming-right-col {
    position: absolute;
    top: 20%;
    width: 100px;
    right: 0;
}

}

@media only screen and (min-width: 0px) and (max-width: 519px) {
    .winner-popup {
        padding: 20px 40px 40px;
    }
    .winner-popup h2 {
        font-size: 36px;
        line-height: 1.5;
    }
    .winner-popup h4 {
        font-size: 16px;
        line-height: 1.4;
    }
    .winner-popup .notify-icon {
        position: absolute;
        top: 0;
        right: 0;
        transform: scale(0.6);
    }
    img.comin-left-monkey {
    left: 0;
}

img.comin-right-monkey {
    right: 0;
}
.coming-text h1 {
    font-size: 55px;
}

.coming-left-col {
    position: absolute;
    top: 24%;
    left: 0;
    width: 80px;
}

.coming-right-col {
    position: absolute;
    top: 24%;
    width: 80px;
    right: 0;
}

img.coming-right-trophy-img {
    bottom: 0;
    width: 100px;
}

.timer-txt {
    width: 70px;
    height: 70px;
}

.timer-txt h6 {
    font-size: 11px;
}

img.coming-yl-img-shape {
    top: -70%;
}
}


/*Media Query End*/







