@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');
body {
font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

  .top-brand {
    margin-top: 55px;
  }

h1,
h2,
h3,
h4,
h5,
h6,
p a,
li {
font-family: "Montserrat", sans-serif;
}

i {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.container{
  max-width: 1598px;
  width: 100%;
}
.btn-main {
  width: 155px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  border: 0;
}
.btn-main.btn_blue {
  background: #009672;
  border: 0;
  color: #ffffff;
}
.btn-main.btn_blue:hover {
  background: #f51414ba;
}
.btn.btn_black {
  border: 1px solid #009672;
}
.btn.btn_black:hover {
  border: 1px solid #130d1b;
}
p,
li {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.section-heading {
  text-align: center;
}
.faq_main ul ul,.faq_main ul li ul li{
  list-style-type: disc;
}
p ,ul li {
  color: #7A7A7A;
}
.hero-content p{
  color: #7A7A7A;
}
section {
  padding: 80px 0px;
  overflow: hidden;
}
li {
  list-style: none;
}
.pt-120 {
  padding-top: 120px;
}

h1 {
  font-family: Montserrat;
  font-size: 80px;
  font-weight: 700;
  line-height: 97.52px;
  text-align: left;

}

h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 73.14px;
}
h2 span{
  color: #DF0E0E;
}
h4 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}
h5 {
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.color-yellow {
  color: #19E7B5;
}
.real_cash {
  font-family: "Roboto";
  font-size: 80px;
  line-height: 92px;
  color: #009672;
  position: relative;
}
.real_cash:after {
  position: absolute;
  content: "";
  background: url(../images/text-line.png) no-repeat;
  width: 157px;
  height: 14px;
  left: 0;
  bottom: -20px;
}
.plystore-btn img {
  box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
}

/* header */
.header.inner.page-header {
  padding-bottom: 20px;
}
.navbar-brnad {
  width: 249px;
  height: 57px;
}
.header.inner.page-header.bg-header {
  padding: 15px 0;
  background-color: #fff;
}
.header.inner.page-header.bg-header ul li a {
  color: #000;
}
.header.inner.page-header.bg-header ul li a.active {
  color: #009672 !important;
  position: relative;
  font-weight: 700;
}
.header.inner ul li a {
  color: #030502;
}
.header.inner ul li a.active {
  color: #DF0E0E !important;
  position: relative;
  font-weight: 700;
}
.header .apk-download-btn span {
  padding-right: 20px;
}
.header .navbar-expand-lg .navbar-nav {
  align-items: center;
  /* margin-right: 0 !important; */
}
.header.inner ul li {
  padding-right: 40px !important;
}

/* hero banner */
.hero-Game {
  background: url(../images/hero-section_bg.png) no-repeat center;
  background-size: cover;
  background-color: #000;
  /* height: 100%; */
  display: flex;
  align-items: center;
  padding-top: 160px;
}
.hero-banner-img {
  text-align: right;
}
.hero-content h1 {
  color: #030502;
}
.game_btn {
  width: 121px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #009672;
  border-radius: 30px;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 16px;
}
.Earn_text {
  position: relative;
  display: inline-block;
}
.Earn_text::after {
  content: "";
  position: absolute;
  top: -9px;
  left: -13px;
  background: url(../images/earn_vector.png) no-repeat;
  z-index: -1;
  width: 162px;
  height: 89px;
}
/* about us page  */
.aboutBanner{
  background: url(../images/aboutbg.png)no-repeat;
  border-radius: 60px;
  padding: 100px;
  background-size: cover;
}
.aboutCards{
  display: flex;
  align-items: center;
  gap: 20px;
}
.aboutCards h5{
  font-family: Montserrat;
font-size: 28px;
font-weight: 600;
line-height: 34.13px;
margin-bottom: 0;
}
.aboutCards p{
  margin-bottom: 0;
  max-width: 330px;
}
.aboutCards
/* about us page  */
/* faq */
.faq_column h2 {
  font-weight: 700;
  font-size: 44px;
  color: #000000;
}
.faq .accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: none;
  box-shadow: none !important;
}
.accordion-button {
  padding: 28px 0px !important;
  position: relative;
  color: #000000 !important;
  background-color: transparent !important;
}
.faq .accordion-body {
  padding: 0px 0px 20px !important;
}
.accordion-button::after {
  background-image: url(../images/design_plus.png) !important;
  position: absolute;
  right: 10px;
}
.accordion-body {
  padding: 0 50px 16px 50px;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../images/design_mins.png) !important;
}
.accordion-button:not(.collapsed) {
  background-color: transparent !important;
}
.accordion-button:focus {
  box-shadow: none !important;
  border-color: transparent !important;
}
.accordion-item {
  border: 0 !important;
  background: transparent;
  border-radius: 15px;
  margin-bottom: 0px;
  position: relative;
  border-bottom: 1.5px solid #E6E6E6 !important;
}
.accordion-collapse {
  position: relative;
}
/* .accordion-collapse::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: 0;
  top: -64px;
  background: url(../images/accordian_bg.png) no-repeat top right;
  background-size: contain;
} */
.accordion-button:not(.collapsed) {
  box-shadow: none !important;
}
/* testimonial */
.testimonial {
  background: url(../images/testimonial_bg.png) no-repeat top left;
  background-size: contain;
  background-position: top left;
}
.testimonial_box {
  padding: 16px;
  background: url(../images/testimonial_box.png) no-repeat;
  max-width: 524px;
  background-size: contain;
  text-align: center;
  margin: auto;
  margin-top: 57px;
}
.testimonial_box h5 {
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  margin-bottom: 0;
  text-align: center;
  color: #000000;
}
.testimonial_arrows {
  position: absolute;
  right: 136px;
  width: 110px;
  height: 40px;
  bottom: -10px;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
.user_title {
  position: relative;
  top: -75px;
}
.user_title p {
  max-width: 400px;
  margin: auto;
}
.testimonial_box img {
  max-width: 150px;
  max-height: 150px;
  margin: auto;
}
/* download app */
.download-bg {
  background: #009672;
  border-radius: 30px;
}
.download-left-block {
  padding-bottom: 40px;
  padding-left: 60px;
  padding-top: 60px;
}
.download-left-block h2 {
  color: #fff;
  margin-bottom: 30px;
}
.phone-no {
  display: flex;
}
.phone-no select {
  width: 15%;
  height: 50px;
  border: 0;
  border-radius: 18px 0px 0px 18px;
}
.phone-no input {
  width: 50%;
  height: 50px;
  border: 0;
  border-radius: 0px 18px 18px 0px;
}
 .btn {
  background: #030502;
  color: #fff;
  border-radius: 30px;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.5px;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all ease-in-out .3s;
  padding-right: 15px;
}
.btn i {
  width: 48px;
  font-size: 20px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius:50%;
  border: 1px solid #fff;
  /* transition: all ease-in-out .1s; */
}
.btn:hover{
  background: #000;
  color: #ffff;
  transition: all ease-in-out .3s;
}
.btn:hover i{
  border: 1px solid #fff;
}
.download-banner {
  position: absolute;
}
/* footer */
.footer {
  background: #181818;
  padding: 60px 0px 0px;
  position: relative;
  z-index: 100;
  border-radius: 50px 50px 0 0;
}
.social-links {
  margin-bottom: 40px;
  position: relative;
}
.social-links ul {
  display: flex;
  justify-content: start;
  position: relative;
  align-items: center;
  z-index: 999;
  padding-left: 0;
  column-gap: 15px;
  max-width: 352px;
  margin: auto;
  /* background-color: #000000; */
}
.contact-info li i {
  width: 30px;
}
.contact-info li:last-child p span {
  display: block;
  color: #808080;
}
.contact-info  li  i{
  color: #808080 !important;
}
.contact-info li:last-child p {
  display: flex;
}

.footer .footer-link h6 {
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
}
.footer-link-underline {
  position: relative;
}
.footer h6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #dadbdd;
}
.footer .footer-link .nav li a {
  color: #8D8D8D;
  padding: 7px 0px !important;
}
.footer-link p {
  color: #fff;
}
.footer-link.desicaimer p {
  letter-spacing: 1px;
  margin-bottom: 8px;
  text-align: center;
}
.footer-link p span.main_color {
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #29c29d;
}
.copyright {
  background: transparent;
  text-align: center;
  padding: 15px 0px;
  margin-top: 30px;
  /* height: 80px; */
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid rgba(128, 128, 128, 0.5);
}
.copyright p {
  color: #808080;
  margin-bottom: 0 !important;

}
.social-links ul li a {
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 50px;
  height:50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;

}
.footer ul li i {
  color: #fff;
}

/* .social-links ul li:first-child {
  margin-left: 20px !important;
}
.social-links ul li:last-child {
  margin-right: 20px !important;
} */
/* how to play */
.create_team_steps11::before {
  content: "";
  position: absolute;
  background: url(../images/play_line.png) no-repeat;
  width: 100%;
  height: 100%;
  left: 17%;
  top: 83%;
}
.app_screen_img img {
  margin: auto;
}
.vertical_tab {
  background: #fff;
  border-radius: 15px;
  padding: 5px;
}
.responsive_tab {
  padding: 0 20px;
}
.nav-tabs{
  border-bottom: 0;
}
.vertical_tab .nav.nav-tabs .nav-item {
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  display: flex;
}

.responsive_tab h2 {
  color: #262626;
}

.nav.nav-tabs .nav-link {
  background: rgba(128, 128, 128, 1);
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  color: rgba(128, 128, 128, 1);
  border: 0;
  /* border-bottom: 1px solid #505050; */
  border-radius: 0;
  text-transform: capitalize;
  background: transparent;
}

.nav.nav-tabs .nav-link.active {
  color: #fff;
  font-weight: 700;
  background: rgba(196, 14, 35, 1);
  border-radius: 50px;
  padding: 18px 15px 18px 15px;
}
/* .nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: transparent;border-bottom: 3px solid #C51B24;
} */

/* .responsive_tab h2 span {
  color: #009672;
  font-weight: 700;
} */
.nav.nav-tabs{
  max-width: 772px;
  margin: auto;
  border: 1px solid #DF0E0E;
  background: #FFEEEE;
  border-radius: 30px;
  padding: 4px;
}
p.steps_text span {
  width: 50px;
  height: 50px;
  color: #fff !important;
  background: #030502;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0px 0 0px;
}
p.steps_text {
  display: flex;
  align-items: center;
  gap: 12px;
}
p.steps_text span img{
  display: none;
}
p.steps_text {
  color: #030502;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 30px;
}

.point_table .table thead th {
  color: #ffffff;
  background-color: #DF0E0E;
  padding: 15px 30px;
  text-align: center;
}

.point_table .table thead th:first-child {
  border-radius: 10px 0px 0px 0px;
}

.point_table .table thead th:last-child {
  border-radius: 0px 10px 0px 0px;
}

.point_table .table-bordered > :not(caption) > * {
  border-width: 0px !important;
}

.point_table thead,
tbody,
tfoot,
tr,
td,
th {
  border-style: none;
}

.point_table tbody {
  background-color: #fcf4f4;
}

.point_table tbody td {
  padding: 15px 30px;
  color: #000000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #E6E6E6;
}

.responsive_tab p strong {
  color: #010101;
}

.listBull {
  padding-left: 0;
}

.responsive_tab .vertical_tab {
  display: none;
}
.header.inner{
  background-color: #FFEEEE;
  border-radius: 0 0 40px 40px;
  padding: 11px 0px;
}
.header_transparent{
  position: absolute;
  top: 0;
  width: 100%;
  background-color: transparent !important;
}

.responsive_tab .card-header a {
  padding: 15px 15px;
  background: #fff;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #c40e23;
  text-decoration: none;
}

.responsive_tab .card-header a:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  float: right;
}

.responsive_tab .card-header a.collapsed:after {
  content: "\f077";
}
@media (max-width: 767px) {
  .responsive_tab .card-header {
    border-top: #ddd 1px solid;
    padding: 0px;
    margin-top: -1px;
  }

  .responsive_tab .tab-content > .tab-pane {
    display: block !important;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .responsive_tab .collapse:not(.show) {
    display: block !important;
  }

  .responsive_tab .card-header {
    display: none !important;
  }

  .responsive_tab .vertical_tab {
    display: block;
  }
}

/* terms-condition */
section.terms-condition {
  padding: 50px 0px 100px;
}
.t_c_list li h6 {
  padding-bottom: 15px;
}

/* about  */
section.about-banner {
  padding: 30px 0 0 0;
}
.leaderboard-card-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.leaderboard-card-body {
  flex-basis: 43%;
  background: #ffffff;
  box-shadow: 0 14px 14px 0px rgb(0 0 0 / 10%);
  padding: 30px;
  border-radius: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.leaderboard-card-body .card-img {
  margin: auto;
}
.leaderboard-card-body .download {
  background: rgba(0, 174, 17, 0.1);
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.leaderboard-card-body .contest {
  background: rgba(236, 177, 0, 0.1);
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.leaderboard-card-body .winning {
  background: rgba(225, 31, 66, 0.1);
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.leaderboard-card-body .users {
  background: rgba(69, 38, 255, 0.1);
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.leaderboard-card-body .card-content h6 {
  margin-top: 25px;
}
.card-content h6{
  color: #00ae11;
}
.download-contnet h6 {
  color: #009672;
}
.contest-count h6 {
  color: #ecb100;
}
.winning-count h6 {
  color: #e11f42;
}
.users-count h6 {
  color: #4526ff;
}
.leaderboard-card-main .leaderboard-card-body:nth-child(even) {
  top: -40px;
  position: relative;
}
/* Contact us */
.support-details {
  padding-left: 0;
}
.support-details li {
  display: flex;
  margin-bottom: 30px;
}
.support-title {
  margin-bottom: 10px !important;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 700;
}
.support-details .support-icon {
  width: 60px;
  background: rgba(12, 175, 136, 0.1);
  border-radius: 50%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.support-details .support-content {
  left: 30px;
  position: relative;
}
.support-details .support-content a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.contact_us_form {
  border: 1px solid rgba(214, 214, 214, 1);
  box-shadow: 0px 4px 15px 0px rgba(178, 178, 178, 0.2);
  padding: 60px;
  border-radius: 30px;
}
.contact_us_form .form-control {
  border: 0;
  border-radius: 16px;
  border: 1px solid rgba(214, 214, 214, 1);
  padding: 15px 30px;
}
.contact_us_form .form-group{
  margin-bottom: 15px;
}
.contact_us_form .btn-danger {
  --bs-btn-bg: #009672 !important;
  padding: 15px 55px;
  font-weight: 600;
  border-radius: 18px;
  border: 0;
}
textarea.form-control{
  height: 86%;
}
.send_message{
  border: 1px solid #DF0E0E;
  background: #DF0E0E;
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  line-height: 26.46px;
  text-align: left;
  padding: 15px 40px;
  border-radius: 16px;
}
.contact_us_form .btn-danger:hover {
  --bs-btn-bg: #009672 !important;
  border: 0;
  background-color: #009672;
}
.get_in_touch_img {
  padding: 20px;
}
.social_contact {
  display: flex;
  column-gap: 50px;
}
.social_contact .social_item {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #009672;
  border-radius: 50px;
}
@media (max-width: 500px) {
  .social_contact {
    display: flex;
    gap: 0;
    justify-content: space-between;
  }
}

/* points table */
.points_block {
  border-radius: 30px;
  padding: 1px;
  margin-top: 50px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#03926F+0,f3f3f3+52 */

}
.points_block_inner {
  border-radius: 30px;
  background: #fff;
  border: 1px solid #E6E6E6;
  z-index: 1;
  position: relative;
}
.points_system_table tbody tr:hover{
  background: #FFEEEE;
}
.points_system_table tbody tr:hover td{
  color: #DF0E0E;
font-weight: 600;

}
.points_title {
  text-align: center;
}
.points_title span {
  background: #030502;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 12px 100px;
  position: relative;
  top: 26px;
  display: inline-block;
  border-radius: 30px 30px 0px 0px;
  height: 80px;
  z-index: -1;
}

.points_system_table {
  border: none;
}
.points_system_table tr td,
.points_system_table tr th {
  border-left: none;
  border-right: none;
  color: #646464;
  padding: 20px;
  font-family: Sora;
font-size: 16px;
font-weight: 400;
line-height: 20.16px;

}
.points_system_table tr th {
  border-top: none;
}
.points_system_table tr td:last-child {
  width: 100px;
}
.points_system_table .table thead tr {
  background-color: #DF0E0E;

}
.points_system_table .table thead tr  th{
  color: #fff;
}
.points_system_table .table thead tr th:first-child{
  border-radius: 30px 0 0 0;
}
.points_system_table .table thead tr th:last-child{
  border-radius: 0 30px 0 0;
}
.points_system_table .table thead tr th{
  padding: 20px;
}
.points_system_table .table thead th {
  color: #000;
}
.blog_list {
  padding-top: 50px;
}
.blog_list h4,
.blog_list h4 a {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
}
.blog_date {
  font-size: 12px;
  color: #787a80;
}

.blog_thumb {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: 50% 50%;
  margin-bottom: 15px;
}

.back_button {
  border: #dadbdd 1px solid;
  background: #f6f7fb;
  border-radius: 5px;
  color: #000;
  padding: 10px 20px;
  font-weight: 600;
}

.payment_icon {
  display: inline-block;
  background: #fff;
  padding: 7px 10px;
  border-radius: 5px;
  margin: 0px 10px 10px 0px;
}

.faq_btn {
  background: #000;
  color: #fff;
  padding: 10px 15px;
}
.faq_btn:hover {
  background: #000;
  color: #fff;
}
.faq-inner .accordion-collapse::after {
  top: -87px;
}
.faq-inner2 .accordion-collapse::after {
  top: -62px;
}
.pointsystem_tab {
  border: #dadbdd 1px solid;
  border-radius: 4px;
}

.pointsystem_tab .nav-pills .nav-link {
  color: #787a80;
  background: #f6f7fb;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 500;
}
.pointsystem_tab ul li:first-child a.nav-link {
  border-radius: 4px 0px 0px 4px;
}
.pointsystem_tab ul li:last-child a.nav-link {
  border-radius: 0px 4px 4px 0px;
}
.points_ul li {
  list-style-type: disc;
  margin-bottom: 10px;
  color: #646464;
}
/* points table end */
.footer_hr {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    5deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  content: "";
  position: absolute;
  width: 100%;
  height: 3.8px;
  z-index: -1;
}
.chooose_img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent url(../images/choose-us-banner_bg.png) no-repeat
    center;
  position: absolute;
  left: 0;
  z-index: -1;
  background-size: cover;
}
.unbeatable_img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent url(../images/unbeatable_img_bg.png) no-repeat center;
  position: absolute;
  left: 0;
  z-index: -1;
  background-size: contain;
}
.populars_bg {
  background: url(../images/popular_g.png) no-repeat top left;
  background-size: contain;
}
.populars {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}
.payment_option {
  max-width: calc(25% - 10px);
  width: 100%;
  background: #FFEEEE;
  border-radius: 30px;
  text-align: center;
  padding: 30px 15px;
}
/* .payment_option:nth-child(odd) {
  position: relative;
  top: -30px;
} */
.payment_option img {
  max-width: 100%;
  margin: auto;
  margin-bottom: 40px;
}
.payment_option h4 {
  font-weight: 600;
  font-size: 25px;
  line-height: 25px;
}
.payment_option p {
  margin-bottom: 8px;
}
.join_bg {
  /* background: url(../images/join_bg.png) no-repeat top left; */
  background: radial-gradient(50% 50% at 50% 50%, #031D17 0%, #091714 100%);
  background-size: cover;
}
.join_bg .section-heading h2 {
  color: #ffffff;
}
.join {
  display: flex;
  justify-content: space-between;
}
.join .join-box {
  width: 33%;
  text-align: center;
  padding: 20px;
  position: relative;
}
.join .join-box:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -31%;
  top: 25%;
  background: url(../images/long_arrow.png) no-repeat;
  width: 59%;
  height: 100%;
  background-size: contain;
}
.join .join-box p {
  color: #ffffff;
  max-width: 300px;
  text-align: center;
  margin: auto;
}
.join .join-box img {
  max-width: 100%;
  margin: auto;
  margin-bottom: 30px;
}
.wy-choose.join_bg {
  padding: 50px 0;
}
.btn_text div{
  font-size: 20px;
  font-weight: 700;
  line-height: 24.38px;
}
.btn_text div:first-child{
  font-size: 12px;
  font-weight: 400;
  line-height: 14.63px;
}

.wy-choose .section-heading{
  max-width: 930px;
  margin: auto;
}

.hw .container{
  background: url(../images/hw_bg.png)no-repeat;
  background-size: cover;
  padding: 70px;
  border-radius: 60px;
}
.hw_card{
  background: rgba(131, 0, 2, 1);
  margin: 2px;
  padding: 30px;
  border-radius: 30px;
  position: relative;
  z-index: 100;
}
/* .gradiant{
  background: linear-gradient(121.26deg, rgba(255, 255, 255, 0.2) 3.89%, rgba(255, 255, 255, 0.4) 99.95%);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 30px;
  z-index: -1;
} */
.steps{
  font-family: Montserrat;
  font-size: 120px;
  font-weight: 700;
  line-height: 146.28px;
  text-align: left;
  color: rgba(255, 255, 255, 0.2);
}
.hw_card h5{
  font-size: 28px;
  font-weight: 700;
  line-height: 34.13px;
  color: #fff;
  margin-bottom: 20px;
}
.hw_card p{
  color: rgba(255, 255, 255, 0.5);
}


.slider_block{
  max-width: 1760px;
  margin-left: auto !important;
  margin-right: 0 !important;
  margin-top: 80px;
}
.mySwiper .swiper-slide{
  max-width: 486px;
  margin-left: 20px;
  width: 100% !important;
}
.feature_card{
  background: rgba(255, 238, 238, 1);
  padding: 40px;
  border-radius: 30px;
  max-width: 486px;
  width: 100%;
}
.card_icon{
  margin-bottom: 15px;
}
.feature .container{
  position: relative;
}
.feature .container::after{
  position: absolute;
  content: "";
  left: 27px;
  width: calc(100% + 20%);
  height: 1px;
  background-color: #E6E6E6;
  bottom: 0;
}
.arrows {
  display: flex;
  align-items: center;
  gap: 40px;
  height: max-content;
  margin: auto;
}

.winning_story .section-heading, .faq .sectino-heading{
  max-width: 1070px;
  margin: auto;
  text-align: center;
}
.story_card{
  border: 1.5px solid rgba(128, 128, 128, 0.2);
  background: rgba(255, 255, 255, 1);
  padding: 28px 20px;
  border-radius: 30px;
  height: 100%;
}
.story_content span{
  color: rgba(0, 0, 0, 1);
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.5px;
  text-align: left;

}
.story_content h6{
  margin-bottom: 0;
}
.feedback_text{
  margin-top: 12px;
}
.feedback_text{
  font-size: 16px;
  font-weight: 400;
  line-height: 19.5px;
  color: rgba(128, 128, 128, 1);
}
h2.accordion-header ,.accordion-button{
  font-size: 18px;
  font-weight: 700;
  line-height: 24.38px;
  color: rgba(0, 0, 0, 1);
}
.app_download .container{
  background: url(../images/app_bg.png) no-repeat;
  padding: 0 50px;
  border-radius: 60px;
  background-size: cover;
}
.app_download .section-heading{
  max-width: 458px;
  margin: auto;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.banner_img{
  margin-top: -90px;
}

.contact_card{
  border: 1px solid rgba(214, 214, 214, 1);
  background: rgba(255, 255, 255, 1);
  padding: 40px;
  border-radius: 30px;
}

.head_icon{
  width: 80px;
  height: 80px;
  background: #C40E23;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  border-radius: 50%;
  margin-bottom: 20px;
}
.contact_card h6{
  color: #000;
  font-weight: 700;
}
.contact_card p ,.contact_card a{
  margin-bottom: 0;
  color: #000;
  text-decoration: none;
}
.leaderBoardCards{
  display: flex ;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.leaderBoardCards .leaderBoardCard{
  max-width: calc(50% - 10px);
  width: 100%;
  background: #FFEEEE;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px;
  border-radius: 20px;
}
.leaderBoardCard h3{
  color: #DF0E0E;
  font-family: Sora;
font-size: 40px;
font-weight: 700;
line-height: 50.4px;
font-family: "Sora", serif;
}
.leaderBoardCard h3 ,.leaderBoardCard p{
  margin-bottom: 0;
}
.winning_story .swiper-wrapper{
  height: auto;
}
.winning_story {
  padding-bottom: 40px ;
}
.winning_story .swiper-wrapper .swiper-slide{
  height: 100%;
}

.floatingBtn {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #DF0E0E;
    box-shadow: 0px -4px 4px 0px #00000040;
    height: 73px;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}
.floatingBtn a {
  background: #fff;
      width: 314px;
      height: 45px;
      display: flex  ;
      align-items: center;
      justify-content: center;
      font-family: Lato;
      font-weight: 600;
      font-size: 14px;
      line-height: 16.8px;
      letter-spacing: 0px;
      color: #000;
      border-radius: 10px;
      text-decoration: none;
}
