@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans&display=swap");
* p h1, * h2 {
  margin: 0px;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
  font-family: 'Nunito Sans', sans-serif;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #422B7C !important;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}

::-webkit-scrollbar-track-piece {
  background-color: #eee;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb:vertical {
  height: 50px;
  background-color: #fff;
  border-radius: 0px;
  border: none;
  width: 10px;
}

#section1 {
  height: auto;
}

#section2 {
  height: auto;
}

#section3 {
  height: auto;
}

.bg-dark {
  background-color: #422B7C !important;
}

li.nav-item {
  padding: 10px 0px;
  margin: 0px 5px;
  position: relative;
}

.banner img {
  width: 100%;
  height: auto;
}

.banner .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.content_wrapper {
  padding: 100px 0px;
  background-color: #ffffff;
}

.content_wrapper p {
  line-height: 35px;
  font-size: 20px;
  padding: 20px 0px;
  /*color: #1b1a1a;*/
}

.about_heaidng {
  padding: 0px 0px 0px 0px;
}

p.content_info {
  font-size: 20px;
  /*color: #422B7C;*/
  font-weight: 700;
}

.participate_heading {
  padding: 0px 0px 30px 0px;
}

.participate_heading h1 {
  font-size: 45px;
  font-weight: 800;
  margin-bottom: 40px;
}

.participate_heading p {
  font-size: 20px;
  font-weight: 600;
}

.font-weight-bold {
  font-weight: 800 !important;
}

.winner_list_heading p {
  font-weight: 700;
  font-size: 20px;
}

.participate_wrapper {
  background-color: #e9ecef;
  padding: 100px 0px 100px 0px;
  position: relative;
  overflow: hidden;
}

.participate_wrapper:after {
  position: absolute;
  content: "";
  background-image: url("./images/bg-pattern-intro-left-desktop.png");
  background-repeat: no-repeat;
  top: 30px;
  height: 600px;
  width: 100%;
  left: 0px;
}

.participate_wrapper:before {
  position: absolute;
  content: "";
  background-image: url("./images/bg-pattern-intro-right-desktop.png");
  background-repeat: no-repeat;
  top: 0px;
  height: 650px;
  width: 350px;
  right: -130px;
}

.main_inner_wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 0rem;
}

.box {
  position: relative;
  z-index: 2;
  min-height: 400px;
}

.navbar-dark .navbar-nav .nav-link {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.buy {
  /*background-color: #622685;*/
  padding: 10px;
  position: relative;
  z-index: 999;
  overflow: hidden;
}

.buy:after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -35px;
  height: 60px;
  -webkit-transform: rotate(48deg);
          transform: rotate(48deg);
  width: 50px;
  right: -23px;
  z-index: 999;
}

.send {
  /*background-color: #B150C1;*/
  padding: 10px;
  position: relative;
  z-index: 999;
  overflow: hidden;
}

.send:after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -35px;
  height: 60px;
  -webkit-transform: rotate(48deg);
          transform: rotate(48deg);
  width: 50px;
  right: -23px;
  z-index: 999;
}

.collect {
  background-color: #FF5733;
  padding: 10px;
  position: relative;
  z-index: 999;
  overflow: hidden;
}

.collect:after {
  position: absolute;
  content: "";
  background-color: #2DB8F0;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -35px;
  height: 60px;
  -webkit-transform: rotate(48deg);
          transform: rotate(48deg);
  width: 50px;
  right: -23px;
  z-index: 999;
}

.win {
  /*background-color: #622685;*/
  padding: 10px;
}

.main_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  padding: 10px 0px 20px 0px;
  position: relative;
}

.left_box {
  color: #FFF;
  text-align: left;
  font-size: 30px;
}

.left_box p {
  text-transform: uppercase;
  font-weight: 600;
}

.right_box {
  text-align: right;
  position: relative;
}

.right_box p {
  color: #622685;
  font-size: 35px;
  font-weight: 800;
  background-color: #ffffff;
  display: -ms-inline-grid;
  display: inline-grid;
  margin: 0px;
  padding: 0px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  position: relative;
}

.right_box p::before {
  position: absolute;
  content: 'STEP';
  left: 30%;
  top: 40px;
  bottom: 0;
  right: 0px;
  height: 20px;
  color: #FFF;
  width: 20px;
  font-size: 10px;
  font-weight: 500;
  font-weight: 400;
}

.navbar-brand img {
  width: 95%;
  height: auto;
}

.box_img {
  text-align: center;
  position: absolute;
  bottom: 25px;
}

.box_img img {
  width: 75%;
  height: auto;
}

.box .box_desc {
  padding: 10px 0px;
}

.box .box_desc p {
  font-size: 20px;
  color: #FFF;
  text-align: center;
  font-weight: 400;
  padding: 0px 20px;
}

/*--------------------*/
hr {
  border: 0;
  margin: 1.35em auto;
  max-width: 50%;
  background-position: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fade-2 {
  border-width: 0 0 3px;
  color: #422B7C;
  -o-border-image: linear-gradient(90deg, rgba(66, 43, 124, 0), #422b7c 50%, rgba(66, 43, 124, 0) 100%) 0 0 100%;
     border-image: -webkit-gradient(linear, left top, right top, from(rgba(66, 43, 124, 0)), color-stop(50%, #422b7c), to(rgba(66, 43, 124, 0))) 0 0 100%;
     border-image: linear-gradient(90deg, rgba(66, 43, 124, 0), #422b7c 50%, rgba(66, 43, 124, 0) 100%) 0 0 100%;
  border-style: solid;
}

.winner_list_wrapper {
  padding: 20px 0px 100px 0px;
  background-color: #ffffff;
  z-index: 1;
}

.winner_list_table {
  position: relative;
  z-index: 1;
}

.winner_list_table::after {
  content: '';
  position: absolute;
  /*background-image: url(../images/winner_top.png);*/
  background-repeat: no-repeat;
  background-size: cover;
  height: 134px;
  width: 218px;
  top: -138px;
  right: 0px;
  z-index: 2;
}

.rounded {
  /*height: 400px;*/
  overflow: scroll;
}

.h2 {
  color: #444;
  font-family: 'PT Sans', sans-serif;
}

thead {
  font-family: 'Poppins', sans-serif;
  font-weight: bolder;
  font-size: 20px;
  color: #666;
  color: #fff;
  background-color: #422b7c;
}

.name {
  display: inline-block;
}

.bg-blue {
  background-color: #e9ecef;
  border-radius: 8px;
}

.fa-check,
.fa-minus {
  color: blue;
}

.bg-blue:hover .fa-check,
.bg-blue:hover .fa-minus {
  background-color: #3e64ff;
  color: #eee;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #422b7c;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  background-color: #A6A9B6;
}

.table thead th,
.table td {
  border: none;
}

#spacing-row {
  height: 10px;
}

.social_wrapper {
  padding: 15px 0px;
  background-color: #f7f7f7;
  position: relative;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7db9e8+0,422b7c+100&0+0,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(125, 185, 232, 0)), to(#422b7c));
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, #422b7c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#422b7c',GradientType=0 );
  /* IE6-9 */
}

.social_media {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social_media li {
  list-style: none;
  margin: 0px 10px;
  /*border: 1px solid #422B7C;*/
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  /*background-color: #422B7C;*/
  border-radius: 50%;
}

.social_media .social {
  font-size: 15px;
  color: #FFF;
}

/* --------- FAQ------------- */
.faq_wrpaper .faq_inner {
  margin-top: 10px;
}

.faq_wrpaper .faq_inner .faq_heading {
  margin-top: 7rem;
}

.faq_title h2 {
  font-size: 25px;
  padding-bottom: 20px;
  font-weight: 700;
  text-transform: capitalize;
}

#main {
  padding: 10px 0px 50px 0px;
}

#main #faq .card {
  margin-bottom: 10px;
  border: 0;
}

#main #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#main #faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #dee2e6;
  color: #222;
  padding: 15px;
  font-weight: 500;
  font-size: 18px;
}

#main #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
  background: #e7e7e7;
  color: #444141;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

#main #faq .card .collapsing {
  background: #f7f7f7;
  line-height: 30px;
}

#main #faq .card .collapse {
  border: 0;
}

#main #faq .card .collapse.show {
  background: #f7f7f7;
  line-height: 30px;
  color: #222;
}

.card-body p {
  font-size: 13px;
}

.nav-item a {
  color: white !important;
  text-transform: capitalize;
  font-size: 13px;
  letter-spacing: normal;
  font-weight: 400;
}

.nav-item.active a {
  color: red;
}

/*----------------terms and conditions ------------------- */
.tandc_heading {
  max-width: 90%;
  margin: 0px auto;
  padding: 10px 0px;
}

.tandc_heading .main_title_terms {
  font-weight: 700;
  text-transform: capitalize;
  padding: 10px 0px;
}

.tandc_heading .terms_sub_title {
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0px;
  text-transform: capitalize;
}

.tandc_heading .terms_small_title {
  font-size: 17px;
}

.specific_terms {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
}

.list_itmes {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 0px;
  margin-top: -10px;
}

.list_itmes li {
  margin-bottom: 10px;
  font-size: 17px;
}

ol {
  counter-reset: list -0;
  /*start from 0,1,2,3... name List - customize*/
}

ol li {
  list-style-type: none;
  position: relative;
  margin: 25px 0;
  line-height: 25px;
  padding-left: 50px;
  font-weight: 500;
}

ol li:before {
  content: counter(list) "";
  counter-increment: list;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  margin-right: 4px;
  background-color: #422b7c;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
  border-radius: 50%;
  text-align: center;
}

.sub_list li {
  list-style-type: none;
  position: relative;
  margin: 25px 0;
  line-height: 25px;
  padding-left: 50px;
  font-weight: 500;
}

.sub_list li:before {
  content: counter(list) "";
  counter-increment: list;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  margin-right: 4px;
  background-color: #422b7c;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
  border-radius: 50%;
  text-align: center;
}

#main #faq .card .card-header .btn-header-link {
  background: #422b7c;
  color: #fff;
}

#main #faq .card .card-header .btn-header-link.collapsed {
  background: #e7e7e7;
  color: #422b7c;
  font-weight: bold;
}

#main #faq .card .card-header .btn-header-link.collapsed {
  background: #e29aef;
  color: #422b7c;
  font-weight: bold;
}

.card-body p {
  font-size: 15px;
  color: #422b7c;
  font-weight: 600;
}

.banner {
  padding-top: 70px;
}

.carousel {
  max-width: 650px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.carousel .item {
  color: #999;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  min-height: 340px;
}

.carousel .item a {
  color: #eb7245;
}

.carousel .img-box {
  width: 145px;
  height: 145px;
  margin: 0 auto;
  border-radius: 50%;
}

.carousel .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}

.carousel .testimonial {
  padding: 30px 0 10px;
}

.testimonial {
  color: #000000;
  font: Times Roman;
}

.carousel .overview {
  text-align: center;
  padding-bottom: 5px;
}

.carousel .overview b {
  color: #333;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  padding-bottom: 5px;
}

.carousel .star-rating i {
  font-size: 18px;
  color: #ffdc12;
}

.carousel .carousel-control {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #999;
  text-shadow: none;
  top: 4px;
}

.carousel-control i {
  font-size: 20px;
  margin-right: 2px;
}

.carousel-control.left {
  left: auto;
  right: 40px;
}

.carousel-control.right i {
  margin-right: -2px;
}

.carousel .carousel-indicators {
  bottom: 15px;
}

.carousel-indicators li,
.carousel-indicators li.active {
  width: 11px;
  height: 11px;
  margin: 1px 5px;
  border-radius: 50%;
}

.carousel-indicators li {
  background: #e2e2e2;
  border-color: transparent;
}

.carousel-indicators li.active {
  border: none;
  background: #888;
}

.participate_wrapper:after {
  opacity: .2;
}

.participate_wrapper:before {
  opacity: .2;
}

.wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding: 5px;
  height: 50px;
}

.list {
  position: absolute;
  left: 0px;
  top: 0px;
  min-width: 3500px;
  margin-top: 0px;
}

.list li {
  display: table-cell;
  position: relative;
  text-align: center;
  cursor: grab;
  cursor: -webkit-grab;
  color: #efefef;
  vertical-align: middle;
}

.scroller {
  text-align: center;
  cursor: pointer;
  display: none;
  padding: 7px;
  padding-top: 11px;
  white-space: no-wrap;
  vertical-align: middle;
  background-color: #fff;
}

.scroller-right {
  float: right;
}

.scroller-left {
  float: left;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

i.fas.fa-chevron-right {
  height: 30px;
  width: 30px;
  /*background-color: #422b7c;*/
  border-radius: 25px;
  margin-left: 5px;
  /*border: 1px solid #422b7c;*/
  margin-top: -5px;
  line-height: 27px;
  margin-left: 5px;
  /*color: #FFF;*/
}

i.fa.fa-chevron-left {
  height: 30px;
  width: 30px;
  /*background-color: #422b7c;*/
  border-radius: 25px;
  margin-left: 5px;
  /*border: 1px solid #422b7c;*/
  margin-top: 0px;
  line-height: 27px;
  margin-left: 5px;
  /*color: #FFF;*/
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  /*color: #ffffff;
  background-color: #422b7c;
  border-color: #422b7c #422b7c #422b7c;*/
  font-weight: 600;
  position: relative;
}

.nav-tabs .nav-link {
  /*border: 1px solid #422b7c;*/
  border-top-left-radius: .25rem;
  /*color: #422b7c;*/
  margin: 0px 1px;
  font-weight: 500;
  border-top-right-radius: .25rem;
}

.nav-tabs .nav-link:hover {
  /*border: 1px solid #422b7c;*/
  border-top-left-radius: .25rem;
  /*color: #ffffff;*/
  margin: 0px 1px;
  font-weight: 500;
  border-top-right-radius: .25rem;
  /*background-color: #422b7c;*/
}

@media (max-width: 575.98px) {
  .box_img img {
    width: 50%;
    height: auto;
  }
  .winner_list_table::after {
    content: '';
    position: absolute;
    background-image: url(./images/winner_top.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 46px;
    width: 78px;
    top: -46px;
    right: 0px;
    z-index: 2;
  }
  .navbar-dark .navbar-brand {
    color: #fff;
    display: contents;
  }
  .navbar-brand img {
    width: 60%;
    height: auto;
  }
  .main_inner_wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-gap: 0rem;
  }
  .content_wrapper {
    padding: 35px 0px;
  }
  .content_wrapper p {
    line-height: 25px;
    font-size: 15px;
    padding: 20px 0px;
    /*color: #1b1a1a;*/
  }
  tr {
    white-space: nowrap;
  }
  .buy {
    background-color: #900C3F;
    padding: 15px;
    position: relative;
    z-index: 999;
    overflow: hidden;
  }
  .fade-2 {
    margin-top: -5px;
  }
  .tandc_heading .main_title_terms {
    font-size: 30px;
  }
  .faq_wrpaper .faq_inner .faq_heading {
    margin-top: 5rem;
  }
  #main {
    padding: 0px 0px 50px 0px;
  }
  .h1.font-weight-bold {
    font-size: 32px;
  }
  .participate_wrapper:after {
    opacity: 0.2;
  }
  .participate_wrapper:before {
    opacity: 0.2;
  }
  .banner {
    padding-top: 65px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  tr {
    white-space: nowrap;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .fade-2 {
    margin-top: -5px;
  }
  .tandc_heading .main_title_terms {
    margin-top: 20px;
    font-size: 35px;
  }
  .navbar-brand img {
    width: 75%;
    height: auto;
  }
  .box {
    min-height: 370px;
  }
  .right_box p::before {
    top: 32px;
  }
  .right_box p::before {
    top: 32px;
  }
  .right_box p {
    font-size: 25px;
    padding: 0px;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
  }
  .box .box_desc p {
    font-size: 17px;
    color: #FFF;
    text-align: center;
    font-weight: 400;
    padding: 0px 10px;
    text-align: center;
  }
  .participate_wrapper:after {
    opacity: .2;
  }
  .participate_wrapper:before {
    opacity: .2;
  }
  .winner_list_table::after {
    content: '';
    position: absolute;
    background-image: url(./images/winner_top.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 75px;
    width: 120px;
    top: -80px;
    right: 0px;
    z-index: 2;
  }
  #main #faq .card .card-header .btn-header-link {
    background: #422b7c;
    color: #fff;
  }
  #main #faq .card .card-header .btn-header-link.collapsed {
    background: #e7e7e7;
    color: #422b7c;
    font-weight: bold;
  }
  #main #faq .card .card-header .btn-header-link.collapsed {
    background: #e29aef;
    color: #422b7c;
    font-weight: bold;
  }
  .card-body p {
    font-size: 15px;
    color: #422b7c;
    font-weight: 600;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  tr {
    white-space: nowrap;
  }
  .navbar-dark .navbar-nav .nav-link {
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
  }
  .participate_wrapper:after {
    opacity: .2;
  }
  .participate_wrapper:before {
    opacity: .2;
  }
}

@media (min-width: 1200px) {
  tr {
    white-space: nowrap;
  }
}
/*# sourceMappingURL=style.css.map */