:root {
  --white: #ffffff;
  --light-gray: #F6F6F6;
  --gray: #5F5F5F;
  --gray-dark: #4F4C58;
  --primary: #008FFF;
  --secondary: #969696;
  --success: #00A827;
  --info: #36b9cc;
  --warning: #f6c23e;
  --danger: #EA0000;
  --light: #f8f9fc;
  --dark: #1C1D1F;
  --form-border-color: #FFE3C9;
  --bg-light: #D3ECFF;
  --bg-color: #fff;
  --table-border: #F5F5F5;
  --light-primary: #FFD5B8;
  --border-color: #ECECEC;
  --purple: #9B2B8B;
  --darkblue: #0067B7;
  --black: #000000;
  --light-green: #04C380;
}

* {
  padding: 0;
  margin: 0;
  box-shadow: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: "Geologica", sans-serif;
  line-height: 1.15;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}

body {
  position: relative;
  min-height: 100%;
  font-family: "Geologica", sans-serif;
  color: var(--gray-dark);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: var(--dark);
  font-family: "Geologica", sans-serif;
}

h5 {
  line-height: 1.5 !important;
}

a {
  color: var(--primary) !important;
  text-decoration: none !important;
  font-size: 1rem;
}

p {
  font-size: 1rem;
  color: var(--dark);
  font-weight: 300;
}

p strong {
  color: var(--dark) !important;
  font-weight: 600;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.gray {
  color: var(--gray);
}

.white {
  color: var(--white) !important;
}

.primary {
  color: var(--primary) !important;
}

.bg-primary {
  background: var(--primary);
}

input.form-control {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid var(--dark);
}

.bg-white {
  background: var(--white) !important;
}

.form-control:focus {
  background: none;
  color: var(--gray-dark);
  box-shadow: none !important;
}

textarea.form-control {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid var(--dark);
}

.btn-primary {
  color: var(--white) !important;
  background: rgb(0, 143, 255);
  background: linear-gradient(180deg, rgba(0, 143, 255, 1) 0%, rgba(0, 107, 191, 1) 100%);
  border: 0 !important;
  padding: .5rem 1rem !important;
  transition: 0.3s;
}

.btn-primary:hover {
  color: var(--dark) !important;
  transition: 0.3s;
  background: var(--white) !important;
  border: 2px solid var(--dark);
}

.btn-grad {
  background-image: linear-gradient(to right, #006bbf 0%, #61ade8 51%, #006bbf 100%)
}

.btn-grad {
  margin: 10px;
  padding: 10px 45px !important;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s !important;
  background-size: 200% auto;
  color: white !important;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
  font-size: 0.938rem !important;
}

.btn-grad:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
  transition: 0.5s !important;
}

button.navbar-toggler {
  background: rgb(0, 143, 255);
  background: linear-gradient(180deg, rgba(0, 143, 255, 1) 0%, rgba(0, 107, 191, 1) 100%);
  color: var(--white);
}

.card {
  border-radius: 20px !important;
  border: 0 !important;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

img.logo {
  width: 100%;
  max-width: 200px;
}

a.nav-link {
  color: var(--dark) !important;
}

.nav-menu {
  transition: 0.5s !important;
}

.costum-navbar {
  position: fixed !important;
  top: 0;
  z-index: 990;
  width: 100%;
  transition: 0.5s !important;
}

/* basic-style-end */

.banner {
  background: url(../img/banner-bg.png) no-repeat;
  background-position: bottom;
  background-size: cover;
  width: 100%;
  position: relative;
  padding-bottom: 50px;
  background-position: bottom;

}

.h-calc {
  min-height: calc(100dvh - 145px);
}

/* .banner.rules-banr{
   background: url(../img/rules.webp) no-repeat !important;
   background-size: cover !important;
} */
.banner-sec {
  min-height: 950px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

/* .banner {
  background: url(../img/banner-bg.png) no-repeat;
  background-position: bottom;
  background-size: cover;
  width: 100%;
  max-height: 850px;
  position: relative;
  height: 100vh;
} */
img.banner-card {
  width: 100%;
  bottom: 0;
  margin-top: 100px;
}

.mobile-slider img.mockup {
  position: absolute;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  bottom: -275px;
  max-width: 370px;

}

.mobile-slider {
  background-image: url(../img/mobile-mockup.png);
  background-repeat: no-repeat;
  width: 360px;
  height: auto;
  background-size: contain;
  z-index: 99;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.banner-content {
  width: 50%;
  margin: 0 auto;
}

.mobile-slider .carousel-container {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.mobile-slider .carousel-image {
  position: absolute;
  opacity: 0;
  width: 280px;
  height: 410px;
  object-fit: cover;
  transition: opacity 1s ease-in-out;
  border-radius: 10px;
  z-index: 99;
  top: 137px;
  left: 43px;
}

.mobile-slider .carousel-image.active {
  opacity: 1;
}

.features {
  padding-top: 210px;
}

.feature-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-light);
  border-radius: 50%;
}

.feature-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.feature-icon-text {
  width: 80% !important;
  padding-left: 15px;
}

.feature-icon-text p {
  margin-bottom: 0;
}

.features .card-lft .card-body {
  background: url(../img/feature/card1-bg.png) no-repeat;
  background-position: bottom;
  background-size: contain;
}

p.feature-tag {
  background: #DEF1FF;
  padding: 10px 20px;
  border-radius: 20px;
  display: inline-block;
  margin: 20px auto;
}

.card-lft-img img {
  width: 330px;
  margin: 50px 0 30px;
}

.card-body {
  padding: 30px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}

/* .features {
  margin-bottom: -110px;
} */
.features .card {
  height: 100%;
}

.features .card h2 {
  font-size: 2.25rem;
  width: 80%;
  margin: 0 auto;
}

.about {
  /* background: url(../img/about-bg.png); */
  background-size: cover;
  background-position: center;
  padding: 90px 0px 160px 0px;
}

.about h1 {
  font-size: 40px;
  margin-bottom: 20px;
}

.about h3 {
  font-size: 27px;
  margin-bottom: 15px;
}

.about p {
  font-size: 20px;
  width: 80%;
}

.about-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.about-tags p {
  padding: 15px 20px;
  background: #fff;
  border: 1px solid var(--primary);
  border-radius: 30px;
  margin-right: 20px;
  font-size: 1rem;
  width: auto !important;
}

:root {
  --star-color: #f0f0f0;
  --star-background: #E74D32;
}

.Stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: 40px;
  ;
  font-family: Times;
  line-height: 1;
}

.Stars::before {
  content: "★★★★★";
  letter-spacing: 3px;
  background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

ul.testimonial-user {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  margin: 10px 0;
}

ul.testimonial-user li img {
  width: 50px !important;
  height: 50px;
  border-radius: 50%;
  margin-left: -10px;
}

.border-left {
  border-left: 1px solid #DDD9D9;
}

.border-right {
  border-right: 1px solid #DDD9D9;
}

.border-top {
  border-top: 1px solid #DDD9D9;
}

.border-bottom {
  border-bottom: 1px solid #DDD9D9;
}

.carousel-control-next,
.carousel-control-prev {
  bottom: 0
}

button.carousel-control-prev,
button.carousel-control-next {
  color: #000 !important;
  top: auto !important;
  position: relative;
  padding: 20px 10px;
  width: 5%;
}

/* .arrow-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
} */
.arrow-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}

.testimonial {
  margin-top: -140px;
}

.carousel-item p {
  width: 80%;
}

.subscptn-hd {
  background: var(--primary);
  padding: 10px 20px;
  border-radius: 20px 20px 0 0;
}

section.subscription .table-responsive {
  padding: 10px 30px;
  border: 1px solid #DDD9D9;
  border-radius: 0 0 20px 20px;
  padding-bottom: 0;
}

th,
td {
  padding: 1rem .5rem !important;
  border-right: 1px solid #DDD9D9 !important;
  min-width: 150px;
}

td {
  text-align: center;
}

th:last-child,
td:last-child {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

p.popular-tag {
  background: orange;
  display: inline-block;
  padding: 4px 10px;
  font-size: 14px !important;
  color: #fff;
  border-radius: 20px;
  margin-bottom: 20px !important;
}

.table-responsive p {
  margin-bottom: 0;
  font-size: 1.1rem;
}

td.bg-blue {
  background: var(--darkblue) !important;
}

td.bg-blue p {
  color: var(--white);
}

td.bg-blue.first-blue {
  border-radius: 10px 10px 0 0 !important;
  border-right: 0 !important;
}

.light-green {
  color: var(--light-green) !important;
}

.light-green strong {
  color: var(--light-green) !important;
}

a.get-start {
  color: var(--darkblue) !important;
  border: 1px solid var(--darkblue);
  border-radius: 20px;
  font-size: 18px;
  padding: 6px 15px;
  text-align: center;
  display: inline-block;
  transition: 0.3s;
}

a.get-start:hover {
  background: var(--darkblue);
  color: var(--white) !important;
  transition: 0.3s;
}

tr.light-gray-bg {
  background: var(--light-gray);
}

footer {
  padding: 10px;
  background: rgb(0, 143, 255);
  background: linear-gradient(0deg, rgba(0, 143, 255, 1) 0%, rgba(0, 107, 191, 1) 100%);
}

footer ul.social-media {
  padding: 0;
  list-style: none;
}

footer ul.social-media li {
  width: 30px;
  height: 30px;
}

footer ul.social-media li a {
  padding: 0 10px !important;
  color: var(--white) !important;
  font-size: 1.2rem;
  transition: 0.3s;
}

.social-media li a:hover {
  transition: 0.3s;
  font-size: 1.3rem;
}

h1.main-hd {
  font-size: 4rem;
}

section.subscribe p {
  width: 70%;
  margin: 0 auto;
  font-size: 1rem;
}

.rating {
  border-right: 1px solid #DDD9D9;
}

.nav-link.active {
  color: var(--primary) !important;
  font-weight: 500;
}

.app-link img {
  transition: 0.3s;
  width: 190px;
}

.app-link:hover img {
  transform: scale(1.05);
  transition: 0.3s;
}

.banner.leaderboard span {
  font-size: 15px;
}

.sub-banner-hd {
  font-size: 55px;
}

.sub-banner-hd p {
  font-size: 16px;
  font-weight: 200;
}

.banner.leaderboard {
  padding-bottom: 0px;
}

.banner.leaderboard .border-tab ul {
  background: #fff;
  border-radius: 30px;
  gap: 0x;
  padding: 2px;
  margin-bottom: 15px;
  border: none;
}

.banner.leaderboard .border-tab ul li button {
  color: #6B6B6B;
  padding: 10px 35px;
  border: none;
}

.banner.leaderboard .border-tab ul li button:hover {
  color: rgb(0, 143, 255);
}

.banner.leaderboard .border-tab ul li button.active {
  border-radius: 30px;
  border: none;
  color: #fff !important;
  background: rgb(0, 143, 255);
  background: linear-gradient(94deg, rgb(0, 143, 255) 0%, rgb(0, 86, 153) 100%);
}

.winner-card {
  background-image: url(../img/winner-banner.jpg);
  border-radius: 10px;
  overflow: hidden;
  line-height: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.topbanner {
  width: 233px;
}

.winners-img {
  width: 100px;
  background: #333;
  border-radius: 50%;
  object-fit: cover;
  height: 100px;
}

.winners {
  width: 210px;
}

.winners h3 {
  font-size: 22px;
  margin-top: 30px;
}

.winners p {
  font-size: 16px;
  color: #6B6B6B;
  line-height: 4px;
}

.winners span {
  color: var(--primary);
}

.winners.first .winners-img {
  border: 3px solid #F1A443;
  width: 125px !important;
  height: 125px;
  object-fit: cover;
}

.winners.first .point,
.winners.third .point,
.winners.second .point {
  font-size: 14px;
  color: #333;
  margin-bottom: 11px;
}

.winners.third .winners-img {
  border: 3px solid #B77152;
}

.winners.first .crown {
  position: absolute;
  top: -24%;
  width: 32px;
  left: 43%;
}

.winners.first .first-img,
.winners.second .second-img {
  position: absolute;
  width: 24px;
  left: 45%;
  bottom: -21px;
}

.winners.third .third-img {
  position: absolute;
  width: 30px;
  left: 45%;
  bottom: -17px;
}

.winners.third,
.winners.second {
  margin-top: 40px;
}

.winners.second .winners-img {
  border: 3px solid #89ADC0;
}

.winners.third h3,
.winners.second h3 {
  margin-top: 25px;
  ;
}

.popper-l {
  position: absolute;
  bottom: -31px;
  width: 256px;
  left: -27px;
}

.popper-r {
  position: absolute;
  bottom: -31px;
  width: 256px;
  right: -27px;
  transform: scaleX(-1);
}

/* responsibe table */
.leaderboard .listing h2 {
  color: #fff;
  font-size: 20px;
  background: rgb(0, 143, 255);
  background: linear-gradient(94deg, rgb(0, 143, 255) 0%, rgb(0, 86, 153) 100%);
  border-radius: 20px;
  text-align: center;
  padding: 10px 32px;
}

.leaderboard .listing {
  background: #fff;
  padding: 19px;
  margin-top: 20px;
  border-radius: 30px;
}

.leaderboard table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}


.leaderboard table tr {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  padding: .35em;
}

.leaderboard table th,
.leaderboard table td {
  padding: .625em;
  text-align: start;
}

.leaderboard table th {
  font-size: 17px;
  letter-spacing: .1em;
  border: none !important;
  color: #A3A3A3;
}

.leaderboard table tbody tr td {
  font-size: 19px;
  font-weight: 600;
}

.leaderboard table tbody tr td:nth-child(1) {
  padding-left: 10px !important;
}

.leaderboard table tbody tr td p {
  font-size: 19px;
  font-weight: 400;
}

.leaderboard table tbody tr:hover {
  background: #f8f8f8;
}

.leaderboard table tbody td,
.leaderboard table,
.leaderboard tbody tr {
  border: none !important;
}

.leaderboard table tbody td img {
  width: 32px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #0076d2;
  padding: 1px;
  margin-right: 10px;
  height: 32px;
  object-fit: cover;
}

.win-banner {
  background-image: url(../img/win-banner.webp);
  background-size: cover;
  background-position: top;
  border-radius: 30px;
  min-height: 760px;
  position: relative;
}

.win-banner .carousel-inner {
  overflow: inherit !important;
}

.win-banner .carousel-inner .carousel-caption {
  top: 0 !important;
  margin-top: 55px;
}

.pop-l {
  position: absolute;
  top: -40px;
  left: 0px;
  width: 280px;
  height: 110%;
  object-fit: cover;

}

.pop-r {
  position: absolute;
  right: 0;
  top: -80px;
  width: 280px;
  height: 109%;
  object-fit: cover;
}

.pop-t {
  position: absolute;
  top: -226px;
  width: 100%;
  height: 340px;
  background-size: cover;
  z-index: 0;
  object-fit: contain;
}

.win-hero {
  background: url(../img/about-bg.png);
  background-size: auto;
  background-position: top;
  padding: 167px 0px 0px 0px;
  margin-top: -77px;
}

.win-hero .win-banner .carousel-inner .carousel-caption p {
  width: 100%;
  color: var(--white);
  margin-bottom: 10px;
}

.win-hero .win-banner .carousel-inner .carousel-caption h2 {
  color: var(--white);
  margin-bottom: 15px;
}

.win-hero .win-banner .carousel-inner .carousel-caption h6 {
  color: var(--white);
  font-weight: 300;
  padding: 0px 81px;
  font-size: 16px;
  margin-bottom: 40px;
}

.win-hero .win-banner .carousel-inner .carousel-caption h1 {
  color: var(--white);
  margin-top: 30px;
  margin-bottom: 4px;

}

.win-hero .win-banner .carousel-inner .carousel-caption .winner-img {
  position: relative;
}

.win-hero .win-banner .carousel-inner .carousel-caption .winner-img img {
  height: 180px;
  width: 180px;
  border-radius: 50%;
  border: 6px solid #F1A443;
  padding: 5px;
}

.win-hero .win-banner .carousel-inner .carousel-caption .winner-img .win-badge {
  border: none;
  height: 70px;
  width: 50px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 100%;
  left: 50%;
}

.win-hero .win-banner .carousel-inner .carousel-caption h5 {
  color: var(--white);
  font-weight: 300;
  font-size: 17px;
  margin-bottom: 10px;
}

.win-hero .win-banner .carousel-inner .cnt-space {
  border-right: 1px solid #fff;
  padding-right: 10px;
  margin-right: 10px;
}

.win-hero .win-banner .banner-footer {
  background: #fff;
  height: 130px;
  width: 100% !important;
  margin: 0px !important;
  border-radius: 45% 45% 0px 0px;
  box-shadow: rgb(186, 186, 186) 3px 3px 6px 0px inset, rgba(165, 45, 45, 0) -3px -3px 6px 1px inset;
}

.win-hero .win-banner .banner-footer .banner-btn {
  display: flex;
  align-items: center;
  height: 50px;
}

.win-hero .win-banner .banner-footer img.fot-a {
  position: absolute;
  bottom: -125px;
  left: -110px;
  width: 360px;
}

.win-hero .win-banner .banner-footer img.fot-b {
  position: absolute;
  bottom: -50px;
  right: -42px;
  width: 250px;
}

.win-hero .carousel-indicators [data-bs-target] {
  background-color: #0070c6;
}

/* leaderboard page */
.leaderboard table tbody tr td .first-rank tr {
  background: rgb(250, 192, 85);
  background: linear-gradient(129deg, rgb(229, 175, 76) 10%, rgb(229, 186, 46) 54%, rgb(232, 194, 66) 77%, rgb(212, 160, 65) 100%, rgb(180, 134, 49) 100%);
  color: #fff;
}

.leaderboard table tbody tr td .second-rank,
.leaderboard table tbody tr td .third-rank,
.leaderboard table tbody tr td .first-rank {
  margin-bottom: 2px;
}

.leaderboard table tbody tr td .third-rank tr td p,
.leaderboard table tbody tr td .second-rank tr td p,
.leaderboard table tbody tr td .first-rank tr td p {
  color: #fff;
}

.leaderboard table tbody tr td .second-rank tr {
  background: linear-gradient(129deg, rgb(178, 182, 182) 10%, rgb(164, 164, 164) 13%, rgb(153, 153, 153) 34%, rgb(161, 161, 161) 66%, rgb(137, 137, 137) 77%, rgb(140, 140, 140) 83%, rgb(175, 175, 175) 96%, rgb(119, 119, 119) 100%);
  color: #fff;
}

.leaderboard table tbody tr td .third-rank tr {
  background: rgb(249, 118, 25);
  background: linear-gradient(129deg, rgb(249, 118, 25) 10%, rgb(247, 160, 99) 16%, rgb(236, 154, 94) 27%, rgb(240, 122, 37) 41%, rgb(243, 119, 31) 57%, rgb(244, 123, 37) 86%, rgb(255, 161, 95) 96%, rgb(226, 101, 12) 100%);
  color: #fff;
}

.leaderboard .listing .dropdown .dropdown-toggle::after {
  display: none !important;
}

.leaderboard .listing .dropdown .btn-secondary {
  color: #0089f4;
  background-color: #fff;
  border-color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.leaderboard .listing .dropdown span {
  font-size: 28px !important;
  line-height: 1;
}

.leaderboard ul.date-dd li a {
  color: #333 !important;
}

.leaderboard ul.date-dd li a.active {
  color: #fff !important;
}

.leaderboard .listing .dropdown .dropdown-item {
  color: #333;
  font-size: 16px;
  text-align: center;
}

.leaderboard .listing .dropdown .btn-secondary:focus,
.leaderboard .listing .dropdown .btn-secondary:active,
.leaderboard .listing .dropdown .btn-secondary:active:focus {
  box-shadow: none !important;
  outline: none !important;
  background-color: #f8f9fa !important;
  border-color: #e9ecef !important;
}

.leaderboard .listing .dropdown .btn-secondary:hover {
  background-color: #f8f9fa !important;
  color: #0070c6 !important;
}

.leaderboard table tr th:nth-child(1),
.leaderboard table tbody tr td .rank-wd tr td:nth-child(1) {
  width: 10%;
  padding-left: 19px !important;
}

.leaderboard table tr th:nth-child(2),
.leaderboard table tbody tr td .rank-wd tr td:nth-child(2) {
  width: 40%;
}

.leaderboard table tr th:nth-child(3),
.leaderboard table tbody tr td .rank-wd tr td:nth-child(3) {
  width: 20%;
}

.leaderboard table tr th:nth-child(4),
.leaderboard table tbody tr td .rank-wd tr td:nth-child(4) {
  width: 20%;
}

.leaderboard table tr th:nth-child(5),
.leaderboard table tbody tr td .rank-wd tr td:nth-child(5) {
  width: 10%;
  text-align: end;
}

.rules-wp h1 {
  font-size: 49px !important;
}

.rules-wp h1 span {
  font-weight: 200;
  font-size: 14px;
}

.rules-wp span {
  font-weight: 200;
  font-size: 15px;
}

.rules-wp small {
  font-size: 19px !important;
  font-weight: 200;
  color: #333;
}

.rules-wp {
  padding: 70px 0px 400px 0px;
}

.rules-tab {
  margin-top: -400px;
  z-index: 1;
  position: relative;
}

.prize-tab {
  background: var(--white);
  padding: 4px;
  border-radius: 40px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #0d6efd;
  border-radius: 40px;
  color: #fff !important;
}

a.go-back {
  color: #5B5B5B !important;
  border: 1px solid #4F4F4F;
  border-radius: 20px;
  font-size: 14px;
  padding: 6px 15px;
  text-align: center;
  display: inline-block;
  transition: 0.3s;
  line-height: 23px;
}

h4.border-bottom {
  padding-bottom: 7px;
  margin-bottom: 20px;
  border-bottom: 2px solid var(--primary) !important;
}

.banner.rules-banr {
  background: url(../img/rules.webp) no-repeat !important;
  background-size: contain;
}

.lb-banner {
  font-size: 20px;
  font-weight: 200;
}

.Pr-tab {
  border-radius: 40px !important;
  overflow: hidden !important;
}

.accordion-button .arrow-icon {
  transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed) .arrow-icon {
  transform: rotate(180deg);
}

.accordion-button::after {
  margin: 0 !important;
}

.win-hero .bg-colour {
  background: linear-gradient(180deg, #0087F1 0%, #005DA7 100%);
  border-radius: 40px;
}

.point-share {
  background: #ececec;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  color: #333 !important;
  padding-top: 25px;
}

.point-share a {
  font-size: 14px;
  display: flex;
  align-items: center;
}

.leaderboard table tbody tr.mob-table .first-rank.rank-wd {
  z-index: 0 !important;
  position: relative;
}

.leaderboard table tbody tr.mob-table .share-table {
  margin-top: -15px !important;
}

.leaderboard table tbody tr.mob-table .point-share em {
  color: #a1a0a0;
  height: 30px;
  width: 2px;
  background: #b3b3b3;
}

.privacy-container {
  max-width: 70% !important;
  margin: auto;
  margin-bottom: 40px;
  margin-top: 40px;
}

.privacylink {
  font-size: 14px !important;
  width: inherit !important;
  height: inherit !important;
  line-height: 30px;
}

.privacylink a {
  font-size: 14px !important;
}

/* responsive-sec */




@media (min-width: 1600px) {
  .container {
    max-width: 1700px !important;
  }
}


@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
}

@media (max-width: 991px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 900px !important;
  }
}


/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1599.98px) {
  .banner-sec {
    min-height: 900px;
  }

  .mobile-slider {
    width: 320px;
    height: auto;
    position: absolute;
    top: -5%;
  }

  .mobile-slider .carousel-image {
    width: 255px;
    height: 365px;
    top: 120px;
    left: 35px;
  }

  .banner-content {
    width: 70%;
  }

}

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
  .win-hero .win-banner .carousel-inner .carousel-caption .winner-img img {
    height: 150px;
    width: 150px;
  }

  .mobile-slider {
    width: 300px;
    top: -5%;
  }

  .mobile-slider .carousel-image {
    width: 202px;
    height: 296px;
    top: 97px;
    left: 30px;
  }

  .banner-content {
    width: 80%;
  }

  .mobile-slider .carousel-image {
    width: 235px;
    height: 345px;
    top: 110px;
    left: 33px;
  }

  .banner-sec {
    min-height: 800px;
  }

  .features {
    padding-top: 200px;
  }

  .leaderboard table tr th:nth-child(2),
  .leaderboard table tbody tr td .rank-wd tr td:nth-child(2) {
    width: 30%;
  }

  .leaderboard table tr th:nth-child(3),
  .leaderboard table tbody tr td .rank-wd tr td:nth-child(3) {
    width: 15%;
  }

  .leaderboard table tr th:nth-child(4),
  .leaderboard table tbody tr td .rank-wd tr td:nth-child(4) {
    width: 15%;
  }

  .leaderboard table tr th:nth-child(5),
  .leaderboard table tbody tr td .rank-wd tr td:nth-child(5) {
    width: 15%;
    text-align: end;
  }

  .leaderboard table tbody tr td p {
    font-size: 16px;
    font-weight: 400;
  }

  .leaderboard table tbody tr td {
    font-size: 16px;
  }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .win-hero .win-banner .carousel-inner .carousel-caption h6 {
    padding: 0px 0px;
    font-size: 15px;
  }

  .win-hero .win-banner .carousel-inner .carousel-caption h2 {
    font-size: 29px;
  }

  .mobile-slider {
    width: 280px;
    top: -5%;
  }

  .mobile-slider .carousel-image {
    width: 220px;
    height: 325px;
    top: 105px;
    left: 30px;
  }

  .popper-l,
  .popper-r {
    width: 180px;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .banner.leaderboard .border-tab ul {
    padding: 4px 4px;
  }

  .banner-sec {
    min-height: 600px;
    height: 100%;
  }

  h1.main-hd {
    font-size: 3rem;
  }

  .banner-content {
    width: 90%;
  }

  .banner-content img {
    max-width: 150px;
  }

  img.banner-card {
    margin-top: 70px;
  }

  .features {
    padding-top: 250px;
  }

  .rating {
    text-align: center;
    border-right: 0;
    border-bottom: 1px solid #DDD9D9 !important;
    margin-bottom: 20px;
  }

  ul.testimonial-user {
    justify-content: center;
    margin-bottom: 20px;
  }

  .about {
    padding-top: 100px;
  }

  .popper-l,
  .popper-r {
    width: 125px;
  }

  .banner.leaderboard .border-tab ul li button {
    font-size: 14px;
    padding: 10px 26px;
  }
}

@media (max-width: 820px) {
  img.banner-card {
    margin-top: 100px;
  }
}

/* Small devices (landscape phones, less than 768px) */



@media (max-width: 767.98px) {

  a.go-back {
    display: none !important;
  }

  .win-hero .win-banner .carousel-inner .carousel-caption h2 {
    font-size: 24px;
  }

  .win-hero .win-banner .carousel-inner .carousel-caption h6 {
    font-size: 14px;
    font-weight: 200;
  }

  .win-hero .win-banner .banner-footer img.fot-a {
    position: absolute;
    bottom: -86px;
    left: -83px;
    width: 283px;
  }

  .win-hero .win-banner .banner-footer img.fot-b {
    position: absolute;
    bottom: -25px;
    right: -26px;
    width: 197px;
  }

  .leaderboard .listing h2 {
    font-size: 14px;
    padding: 9px 29px;
  }

  .features {
    padding-top: 320px;
  }

  .content-txt {
    padding-bottom: 15px;
    border-bottom: 1px solid #DDD9D9 !important;
  }

  .about p {
    width: 100%;
  }

  section.subscribe img {
    max-width: 300px;
    margin-top: 20px;
  }

  .about {
    padding: 80px 0 180px;
  }

  .features .card h2 {
    width: 100%;
  }

  .card-body {
    padding: 20px !important;
  }

  .leaderboard table tbody tr td {
    font-size: 15px;
    font-weight: 600;
    padding: 4px 10px !important;
  }

  .leaderboard table {
    border: 0;
  }

  .leaderboard table caption {
    font-size: 1.3em;
  }

  .leaderboard table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .leaderboard table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }

  .leaderboard table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
  }

  .leaderboard table tbody tr td p {
    font-size: 15px;
    font-weight: 400;
  }

  .leaderboard table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: unset;
    text-transform: uppercase;
    font-size: 13px !important;
  }

  .leaderboard table td:last-child {
    border-bottom: 0;
  }

  .leaderboard tbody tr {
    border-bottom: 1px solid #dfdfdf !important;
  }

  .leaderboard .share-table tr {
    padding: 0;
    border-bottom: none !important;
    margin-bottom: 0px;
  }

  .point-share {
    border-radius: 10px;
  }

  .leaderboard table tbody tr.mob-table td:nth-child(1),
  .leaderboard table tr th:nth-child(1),
  .leaderboard table tbody tr td .rank-wd tr td:nth-child(1) {
    width: 100%;
    padding-left: 10px !important;
    padding-bottom: 5px !important;
  }

  .leaderboard table tbody tr.mob-table td:nth-child(2),
  .leaderboard table tr th:nth-child(2),
  .leaderboard table tbody tr td .rank-wd tr td:nth-child(2) {
    width: 100%;
    padding-top: 5px !important;
  }

  .leaderboard table tbody tr.mob-table td:nth-child(3),
  .leaderboard table tr th:nth-child(3),
  .leaderboard table tbody tr td .rank-wd tr td:nth-child(3) {
    width: 100%;
  }

  .leaderboard table tbody tr.mob-table td:nth-child(4),
  .leaderboard table tr th:nth-child(4),
  .leaderboard table tbody tr td .rank-wd tr td:nth-child(4) {
    width: 50%;
    position: absolute;
    right: 10px;
    bottom: 4px;
    text-align: end;
  }

  .leaderboard table tbody tr.mob-table td.points,
  .leaderboard table tr th:nth-child(5),
  .leaderboard table tbody tr td .rank-wd tr td:nth-child(5) {
    width: 50%;
    text-align: end;
    position: absolute;
    top: 8px;
    right: 10px;
  }

  .leaderboard table tbody tr td .third-rank tr,
  .leaderboard table tbody tr td .second-rank tr,
  .leaderboard table tbody tr td .first-rank tr {
    margin-bottom: 0px;
  }

  /* table-cus-responsive--start */
  .leaderboard .mob-table {
    position: relative;
  }

  .leaderboard .mob-table.inner-list .inner-rank {
    display: flex;
    border-bottom: 1px solid #0079d80f !important;
  }

  .leaderboard .mob-table .inner-rank {
    display: flex;
    border-bottom: 1px solid #ffffff2e !important;
  }

  .leaderboard table tbody tr td .rank-wd tr td.tab-rank {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    color: #ffffff;
  }

  .leaderboard .mob-table .inner-rank p {
    font-size: 22px !important;
  }

  .leaderboard .mob-table .point-mob {
    background: #fff;
    padding: 4px 10px;
    color: #333;
    border-radius: 20px;
    font-size: 13px;
  }

  .leaderboard .mob-table.inner-list .point-mob {
    background: #a1a1a1;
    padding: 4px 10px;
    color: #fff;
    border-radius: 20px;
    font-size: 13px
  }

  .leaderboard .mob-table .mob-p {
    font-size: 12px;
  }

  .leaderboard .mob-table .mob-tr {
    padding-bottom: 5px;
    position: relative;
  }

  .leaderboard .mob-table.inner-list {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 12px;
  }

  /* table-cus-responsive--start */





}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

  .win-hero .win-banner .banner-footer img.fot-b,
  .win-hero .win-banner .banner-footer img.fot-a {
    display: none;
  }

  h1.main-hd {
    font-size: 2rem;
  }

  .pop-r {
    position: absolute;
    right: 0;
    top: -80px;
    width: 150px;
    transform: rotate(13deg);
  }

  .pop-l {
    position: absolute;
    top: -40px;
    left: 0px;
    width: 77px;

  }

  .features {
    padding-top: 260px;
  }

  img.banner-card {
    display: none;
  }

  .banner-sec {
    display: block !important;
  }

  .feature-icon {
    width: 60px;
    height: 60px;
  }

  .feature-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
  }

  .about-tags p {
    padding: 10px;
    margin-right: 10px;
    font-size: 0.875rem;
  }

  .winner-card {
    padding-bottom: 60px;
  }

  .winners-img {
    width: 70px;
    height: 70px;
  }

  .winners.first .winners-img {
    width: 101px !important;
    height: 101px !important;
  }

  .winners h3 {
    font-size: 19px;
  }

  .winners p {
    font-size: 15px;
  }

  .banner.leaderboard span {
    font-size: 14px;
  }

  .winners.first .crown {
    position: absolute;
    top: -29%;
    width: 32px;
    left: 35%;
  }

  .leaderboard table tr th:nth-child(1),
  .leaderboard table tbody tr td .rank-wd tr td:nth-child(1) {
    width: 100%;
    padding-left: 11px !important;
  }

}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 450px) {
  .features {
    padding-top: 320px;
  }

  .winners-img {
    width: 60px;
    height: 60px;
  }

  .winners.first .first-img,
  .winners.second .second-img {
    width: 20px;
    left: 42%;
    bottom: -21px;
  }

  .winners h3 {
    font-size: 15px;
  }

  .winners p {
    font-size: 12px;
  }

  .banner.leaderboard span {
    font-size: 12px;
  }

  .winners.third .third-img {
    width: 20px;
    left: 43%;
    bottom: -11px;
    height: 20px;
  }

  .winners.third,
  .winners.second {
    margin-top: 46px;
  }

  .leaderboard table tbody tr td {
    font-size: 14px;
  }

  .leaderboard table tbody tr td p {
    font-size: 14px;
  }

  .leaderboard table tbody td img {
    width: 32px;
    height: 32px;
  }

  .banner.leaderboard .border-tab ul li button {
    color: #6B6B6B;
    padding: 10px 23px;
    border: none;
  }

  .banner.leaderboard span {
    font-size: 16px;
  }

  .sub-banner-hd {
    font-size: 35px;
  }

  .win-hero .win-banner .carousel-inner .carousel-caption h2 {
    font-size: 20px;
  }

  .win-banner .carousel-inner .carousel-caption {
    top: 0 !important;
    margin-top: 20px;
  }

}