:root {
  --white: #fff;
  --blue: #7c17c4;
  --black: #000;
}
body {
  font-family: 'Poppins', sans-serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
img {
  max-width: 100%;
}
.gradient-blue-bg {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7c17c4+0,400ac4+100 */
  background: #7c17c4; /* Old browsers */
  background: -moz-linear-gradient(
          left,
          #7c17c4 0%,
          #400ac4 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
          left,
          #7c17c4 0%,
          #400ac4 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
          to right,
          #7c17c4 0%,
          #400ac4 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c17c4', endColorstr='#400ac4',GradientType=1 ); /* IE6-9 */
  color: #fff;
}
.gradient-green-bg {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7c17c4+0,400ac4+100 */
  background: #7c17c4; /* Old browsers */
  background: -moz-linear-gradient(
          left,
          #7c17c4 0%,
          #400ac4 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
          left,
          #7c17c4 0%,
          #400ac4 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
          to right,
          #7c17c4 0%,
          #400ac4 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c17c4', endColorstr='#400ac4',GradientType=1 ); /* IE6-9 */
  color: #fff;
}
.header {
  padding-bottom: 40px;
}
.navbar-brand {
  max-width: 90px;
}

.menu1 {
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.menu2 {
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
}

.menu2 a,
.menu2 .nav-link {
  color: var(--white);
}
.menu2 .dropdown-menu {
  padding: 0;
}
.menu2 .dropdown-item {
  color: var(--black);
  position: relative;
  padding-left: 30px;
  border-bottom: 1px solid var(--blue);
  line-height: 1.8;
}
.menu2 li:last-child .dropdown-item {
  border: none;
}
.nav-link.dropdown-toggle {
  background: var(--white);
  border-radius: 4px;
  color: var(--blue);
  font-weight: 600;
  text-align: center;
  padding: 0;
}
.dropdown-toggle::after {
  display: none;
}
span.amount {
  display: inline-block;
  border-left: 1px solid #ccc;
  padding: 5px;
  margin-left: 5px;
}

.menu2 .dropdown-item:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--blue);
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 12px;
}

.nav-item {
  margin: 5px;
}
/* .nav-item img {
  width: 40px;
} */
.banner {
  /* background: url(../images/bnr-bg-mobile.png) no-repeat; */
  background: var(--white);
  background-size: 100% 100%;
  padding: 30px 15px 0;
  color: var(--blue);
  margin: 60px 20px 0;
  position: relative;
}
.banner-inner {
  position: relative;
}

.subscribe {
  padding-bottom: 40px;
  position: relative;
}
.subscribe-inner {
  max-width: 300px;
  margin: -95px auto 0;
}
.seperator {
  position: relative;
  border-bottom: 7px dotted var(--blue);
}
.seperator:before,
.seperator:after,
.banner:before,
.banner::after,
.banner-inner:before,
.banner-inner::after {
  content: '';
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #7415c4;
  display: block;
  position: absolute;
  left: -45px;
  top: -30px;
}
.seperator:after,
.banner::after,
.banner-inner::after {
  left: auto;
  right: -45px;
  background: #410ac4;
}

.banner:before {
  left: -25px;
  top: -23px;
}

.banner:after {
  left: auto;
  right: -24px;
  top: -20px;
}

.banner-inner:before,
.banner-inner::after {
  top: auto;
  bottom: -25px;
  left: -40px;
}

.banner-inner::after {
  top: auto;
  left: auto;
  bottom: -25px;
  right: -40px;
}

.subscribe h3 {
  font-weight: 600;
}

.banner-content {
  text-align: center;
  padding: 50px 0 15px;
  border-bottom: 4px dotted var(--blue);
}
.banner-content.no-border {
  border: none;
}

.banner-content img {
  width: 70px;
  margin-bottom: 15px;
}

.inner-page-banner img {
  width: 100%;
}

.heading1 {
  font-weight: 600;
  font-size: 1.5rem;
}
h5,
h4 {
  font-weight: 600;
  font-size: 1rem;
}
.heading1 span {
  font-weight: 900;
  font-size: 1.5em;
  background: url(../images/banner-txt-bg.png) no-repeat center center;
  background-size: 100% 40px;
}
.bonus {
  background: url(../images/icon8.png) no-repeat right center;
  padding-right: 150px;
}

.grey-bg {
  background: #f5f7f8;
  border-bottom: 1px solid #bdc3c7;
}

.input-group.search {
  max-width: 500px;
  margin: 0 auto;
}

.fw-bold {
  font-weight: 600 !important;
}
.search-bar .input-group:before {
  font: var(--fa-font-solid);
  content: '\f002';
  color: var(--blue);
  position: absolute;
  z-index: 1;
  left: 10px;
  top: 50%;
  margin-top: -7px;
}

.search-bar .input-group .form-control {
  padding-left: 30px;
  background: none;
}

.btn {
  font-weight: 600;
  text-transform: uppercase;
}
.input-group .btn {
  text-align: center;
}

.btn.btn-warning {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fede00+0,f6ad00+100 */
  background: #fede00; /* Old browsers */
  background: -moz-linear-gradient(
          top,
          #fede00 0%,
          #f6ad00 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
          top,
          #fede00 0%,
          #f6ad00 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
          to bottom,
          #fede00 0%,
          #f6ad00 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fede00', endColorstr='#f6ad00',GradientType=0 ); /* IE6-9 */
  color: #400ac4;
}
.card {
  border-radius: 15px;
  border: none;
  box-shadow: 0 0 10px #dbd6d6;
  overflow: hidden;
}
.rounded-corner {
  border-radius: 12px;
}
.played {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 0.8rem;
  padding: 4px 20px;
  border: none;
}

.pagination a.page-link {
  margin: 5px;
  border-radius: 25px !important;
  padding: 3px 10px;
  color: #666;
  font-size: 0.8rem;
}
.pagination a.page-link.gradient-blue-bg {
  color: var(--white);
}
.footer {
  padding: 50px 0;
}
.footer h5 {
  text-transform: uppercase;
}
.social-link {
  margin-bottom: 15px;
}
.social-link a {
  color: var(--white);
  border-radius: 50%;
  border: 2px solid var(--white);
  width: 38px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
  line-height: 34px;
}
.footer-links {
  margin-bottom: 30px;
}
.footer-links a {
  color: var(--white);
  display: block;
  text-decoration: none;
  line-height: 2;
}
.banner-right {
  background: var(--white);
  border-radius: 8px;
  padding: 15px;
  color: #333;
  font-size: 0.9rem;
}
.banner-right p {
  line-height: 1.3;
}

.question {
  color: #460bc4;
  font-weight: 600;
  font-size: 1rem;
}
.blue-txt {
  color: #7c17c4;
}

.form-check-input:checked {
  background-color: #7c17c4;
  border-color: #7c17c4;
}
.dropdown .btn {
  width: 100%;
  text-align: left;
  background: #ecf0f1;
  border-color: #c0c2c3;
  color: #333;
  font-weight: 400;
  text-transform: none;
}
.bnr-img {
  border-radius: 8px;
  margin-bottom: 15px;
}

.raffle-card .card-title {
  text-transform: uppercase;
  padding: 8px 25px;
}

@media (min-width: 767px) {
  .menu1 {
    justify-content: flex-start;
    width: auto;
  }

  .menu2 {
    background: none;
    padding: 0;
  }
  span.amount {
    padding: 5px 30px 5px 5px;
  }
  .navbar-collapse {
    justify-content: end;
  }
  .banner-content {
    max-width: 90%;
    margin: 0 auto;
    text-align: left;
    padding: 15px 0;
  }
  .banner-content img {
    width: auto;
  }
  .banner-content h4 {
    font-size: 1.4rem;
  }
}

@media (min-width: 998px) {
  .seperator {
    border-bottom: none;
    border-left: 7px dotted #580fc4;
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-right: 15px;
  }
  .seperator:before {
    left: -33px;
    top: -58px;
    background: #580fc4;
  }
  .seperator::after {
    left: -33px;
    top: auto;
    bottom: -35px;
    background: #580fc4;
  }
  .banner-content {
    text-align: left;
  }

  .search-bar .input-group {
    max-width: 750px;
    margin: 0 auto;
  }
  .footer {
    padding: 80px 0;
  }
  .banner-right {
    height: 100%;
  }
  .banner-right .btn {
    font-size: 0.8rem;
  }
  .bnr-img {
    margin-bottom: 0;
  }
}
