.common_anchor {
  padding: 2px;
  color: #fff;
  background: #0f0f0f;
  border-radius: 100px;
  font-weight: bold;
  font-size: 16px;
  text-shadow: 6.66667px 6.66667px 6.66667px rgba(0, 0, 0, 0.12);
  background: rgb(188, 136, 65);
  background: linear-gradient(90deg, rgb(188, 136, 65) 0%, rgb(164, 114, 54) 100%);
  display: inline-block;
  text-shadow: 6.66667px 6.66667px 6.66667px rgba(0, 0, 0, 0.12);
  position: relative;
}
.common_anchor span {
  padding: 15px 25px;
  border-radius: 100px;
  display: inline-block;
  float: left;
  background: #0f0f0f;
}
.common_anchor.gold {
  overflow: hidden;
}
.common_anchor.gold span {
  background: rgb(214, 180, 133);
  background: linear-gradient(180deg, rgb(214, 180, 133) 0%, rgb(162, 121, 73) 100%);
}
.common_anchor.gold:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("../img/btn_arrow.png") center center repeat-x;
  background-size: auto 100%;
  content: "";
}

.form_wrap .l {
  padding-right: 10px;
}
.form_wrap .r {
  padding-left: 10px;
}
.form_wrap > * {
  margin-bottom: 15px;
}

.mob_menu_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1000;
  overflow: auto;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid #393939;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  padding: 60px 30px;
}
.mob_menu_wrap .close_wrap {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  width: 30px;
}
.mob_menu_wrap ul {
  width: 100%;
  display: inline-block;
  float: left;
}
.mob_menu_wrap ul li {
  width: 100%;
  display: inline-block;
  float: left;
  margin-bottom: 10px;
}
.mob_menu_wrap ul li a {
  width: 100%;
  display: inline-block;
  float: left;
  color: #fff;
  margin-bottom: 10px;
}
.mob_menu_wrap .btns_wrap {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 10px;
}
.mob_menu_wrap .btns_wrap a {
  width: 100%;
  text-align: center;
}
.mob_menu_wrap .btns_wrap a span {
  width: 100%;
}

.header {
  padding: 40px 0;
}
.header .inner_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .inner_wrap .logo_wrap {
  width: 250px;
}
.header .inner_wrap .btns_wrap {
  width: 250px;
  text-align: right;
}
.header .inner_wrap .btns_wrap .hema {
  display: none;
}
.header .inner_wrap .btns_wrap a + a {
  margin-left: 20px;
}
.header .inner_wrap .menu_wrap ul {
  width: 100%;
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0;
}
.header .inner_wrap .menu_wrap ul li {
  display: inline-block;
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
}
.header .inner_wrap .menu_wrap ul li + li {
  margin-lefT: 50px;
}
.header .inner_wrap .menu_wrap ul li a {
  color: #fff;
  display: inline-block;
  padding: 8px 5px;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.header .inner_wrap .menu_wrap ul li:hover a, .header .inner_wrap .menu_wrap ul li.active a {
  color: #9B7440;
  border-color: #9B7440;
}

.badge {
  box-sizing: border-box;
  padding: 2px;
  border-radius: 60px;
  display: inline-block;
  font-family: "Play", sans-serif;
  font-size: 20px;
  background: rgb(155, 116, 64);
  background: linear-gradient(166deg, rgb(155, 116, 64) 0%, rgba(155, 116, 64, 0) 41%, rgba(155, 116, 64, 0.6) 100%);
  color: #FED49C;
}
.badge span {
  display: inline-block;
  padding: 10px 40px;
  border-radius: 60px;
  background: rgb(64, 51, 32);
  background: linear-gradient(90deg, rgb(64, 51, 32) 0%, rgb(64, 50, 31) 100%);
}

.desc_wrap {
  margin-bottom: 30px;
}
.desc_wrap.ucase {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.desc_wrap.med {
  font-weight: 500;
  color: #A6A6A6;
}

.common_title {
  color: #FFFFFF;
  margin-bottom: 30px;
  font-size: 30px;
}
.common_title.fwbold {
  font-weight: bold;
}
.common_title.fwsemi {
  font-weight: 600;
}
.common_title.med {
  font-size: 60px;
  line-height: 60px;
}
.common_title.large {
  font-size: 80px;
  line-height: 80px;
}

.slider_wrap {
  padding-top: 50px;
  text-align: center;
}
.slider_wrap .badge {
  margin-bottom: 30px;
}
.slider_wrap .desc_wrap {
  margin-bottom: 60px;
}
.slider_wrap .images_wrap {
  padding: 0 100px;
  z-index: 1;
  position: relative;
}
.slider_wrap .image_shadow_wrap {
  margin-top: -230px;
}
.slider_wrap .store_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  justify-content: center;
}
.slider_wrap .store_wrap a {
  width: 250px;
}
.slider_wrap .store_wrap a + a {
  margin-left: 20px;
}

.overview_wrap {
  text-align: center;
  margin-bottom: 30px;
}
.overview_wrap .badge {
  margin-bottom: 30px;
}

.feature_list_parent .feature_ul {
  width: 100%;
  display: inline-block;
  float: left;
  display: grid;
  grid-template-columns: repeat(3, 3fr);
  gap: 30px;
}
.feature_list_parent .feature_ul li {
  width: 100%;
  display: inline-block;
  float: left;
  border-radius: 33.3333px 33.3333px 0px 0px;
  background: rgb(255, 255, 255);
  background: linear-gradient(96deg, rgba(255, 255, 255, 0.1) 0%, rgb(153, 153, 153) 40%, rgba(255, 255, 255, 0.1) 100%);
  overflow: hidden;
  padding-top: 1px;
}
.feature_list_parent .feature_ul li .pinner_wrap {
  background: #0f0f0f;
  height: 100%;
}
.feature_list_parent .feature_ul li .inner_wrap {
  padding: 20px;
  background: linear-gradient(179.8deg, rgba(255, 236, 184, 0.1) 0.17%, rgba(15, 15, 15, 0.1) 94.89%);
  -webkit-backdrop-filter: blur(58.3333px);
          backdrop-filter: blur(58.3333px);
}

.swipe_arrow {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 40px;
}
.swipe_arrow img {
  width: 20px;
}
.swipe_arrow.swiper-button-next {
  right: 40px;
}
.swipe_arrow.swiper-button-prev {
  left: 40px;
}
.swipe_arrow:after, .swipe_arrow:before {
  display: none;
}

.spotter_parent_wrap {
  background: url("../img/bg_blk.png") top center no-repeat #070707;
  background-size: auto 100%;
  padding: 60px 0;
}
.spotter_parent_wrap .swiper_data {
  display: grid;
  grid-template-columns: repeat(4, 4fr);
  gap: 30px;
  overflow: hidden;
}
.spotter_parent_wrap .swiper_data .item {
  position: relative;
  position: relative;
  width: 100%;
  display: inline-block;
  float: left;
}
.spotter_parent_wrap .swiper_data .swiper-slide {
  width: 430px;
}
.spotter_parent_wrap .swiper_data .image {
  border-radius: 20px;
}
.spotter_parent_wrap .swiper_data .userwrap {
  position: absolute;
  padding: 25px;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: start;
}
.spotter_parent_wrap .swiper_data .userwrap .img_wrap {
  width: 80px;
  flex: 0 0 80px;
  border-radius: 130px;
  padding: 2px;
  position: relative;
  margin-right: 15px;
  border: 2px solid #9B7440;
}
.spotter_parent_wrap .swiper_data .userwrap .img_wrap img.usr {
  border-radius: 130px;
  float: left;
}
.spotter_parent_wrap .swiper_data .userwrap .img_wrap .badge {
  position: absolute;
  bottom: -5px;
  right: -5px;
  z-index: 1;
  width: 30px;
}
.spotter_parent_wrap .swiper_data .userwrap .name_wrap {
  font-weight: 600;
  font-size: 17px;
}
.spotter_parent_wrap .swiper_data .userwrap .date_wrap span + span {
  border-left: 2px solid #A6A6A6;
  padding-left: 10px;
  margin-left: 10px;
}
.spotter_parent_wrap .btn_wrap {
  text-align: center;
  margin-top: 40px;
}
.spotter_parent_wrap .badgeslot {
  padding: 1px;
  z-index: 2;
  position: absolute;
  left: 25px;
  top: 25px;
  display: inline-block;
  border-radius: 100px;
  overflow: hidden;
  background: rgb(255, 255, 255);
  background: linear-gradient(96deg, rgba(255, 255, 255, 0.1) 0%, rgb(153, 153, 153) 40%, rgba(255, 255, 255, 0.1) 100%);
}
.spotter_parent_wrap .badgeslot span {
  color: #fff;
  display: inline-block;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(7.57598px);
          backdrop-filter: blur(7.57598px);
  padding: 4px 15px;
}

.text-center {
  text-align: center;
}

.join_parent_wrap {
  padding: 60px 0;
}
.join_parent_wrap .text-center {
  text-align: center;
}
.join_parent_wrap .badge {
  margin-bottom: 30px;
}
.join_parent_wrap .shadows_wrap {
  padding: 0 20px;
}
.join_parent_wrap .inner_wrap {
  margin-top: 60px;
  z-index: 2;
  position: relative;
  padding-top: 1px;
  border-radius: 25px;
  background: rgb(255, 255, 255);
  background: linear-gradient(96deg, rgba(255, 255, 255, 0.1) 0%, rgb(153, 153, 153) 40%, rgba(255, 255, 255, 0.1) 100%);
}
.join_parent_wrap .inner_wrap .pinner_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url("../img/shadow.png") center center no-repeat;
  background-size: cover;
  border-radius: 25px;
}
.join_parent_wrap .inner_wrap .pinner_wrap .left_wrap {
  width: 50%;
  padding: 30px 60px;
  padding-right: 0;
}
.join_parent_wrap .inner_wrap .pinner_wrap .image_wrap {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: baseline;
}

.plan_parent_wrap {
  padding: 60px 0;
  background: #0f0f0f;
}

.bgblack {
  background: #0f0f0f;
}

.terms_wrap .desc_wrap ul {
  list-style-type: disc;
  margin-left: 20px;
}
.terms_wrap .desc_wrap ol {
  margin-left: 20px;
  list-style-type: decimal;
}
.terms_wrap .desc_wrap p, .terms_wrap .desc_wrap ul, .terms_wrap .desc_wrap ol {
  margin-bottom: 30px;
}
.terms_wrap .desc_wrap p p, .terms_wrap .desc_wrap ul p, .terms_wrap .desc_wrap ol p {
  margin: 0;
}
.terms_wrap .desc_wrap ul li, .terms_wrap .desc_wrap ol li {
  margin-bottom: 7px;
}

.plan_parent_wrap {
  padding: 60px 0;
}
.plan_parent_wrap .plan_ul {
  width: 100%;
  display: inline-block;
  float: left;
  display: grid;
  margin-top: 30px;
  gap: 30px;
  grid-template-columns: repeat(3, 3fr);
}
.plan_parent_wrap .plan_ul .item {
  width: 100%;
  display: inline-block;
  float: left;
  padding: 30px 20px;
  display: flex;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.06);
  /* border color */
  border: 1px solid #393939;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  border-radius: 10px;
  line-height: normal;
}
.plan_parent_wrap .plan_ul .item .bagde_btn {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.plan_parent_wrap .plan_ul .item .bagde_btn span {
  border-radius: 30px;
  padding: 8px 20px;
  background: #2D1E0C;
}
.plan_parent_wrap .plan_ul .item .type {
  color: #9B7440;
  font-family: "Play", sans-serif;
  font-size: 13px;
}
.plan_parent_wrap .plan_ul .item .tit {
  font-family: "Play", sans-serif;
  font-size: 13px;
}
.plan_parent_wrap .plan_ul .item .common_title {
  font-weight: semibold;
  margin: 10px 0;
}
.plan_parent_wrap .plan_ul .item .desc_wrap {
  font-size: 13px;
  margin-bottom: 10px;
}
.plan_parent_wrap .plan_ul .item:nth-child(2) {
  margin-top: -20px;
  margin-bottom: -20px;
  background: #A07746;
  -webkit-backdrop-filter: blur(83.3333px);
          backdrop-filter: blur(83.3333px);
}
.plan_parent_wrap .plan_ul .item:nth-child(2) .common_title,
.plan_parent_wrap .plan_ul .item:nth-child(2) .desc_wrap,
.plan_parent_wrap .plan_ul .item:nth-child(2) .type,
.plan_parent_wrap .plan_ul .item:nth-child(2) .tit {
  color: #fff;
}
.plan_parent_wrap .plan_ul .item:nth-child(2) svg path[stroke-linecap=round] {
  stroke: #fff;
}
.plan_parent_wrap .plan_ul .item .common_anchor, .plan_parent_wrap .plan_ul .item .badge {
  margin-top: auto;
  width: 100%;
  text-align: center;
}
.plan_parent_wrap .plan_ul .item .common_anchor span, .plan_parent_wrap .plan_ul .item .badge span {
  width: 100%;
}
.plan_parent_wrap .plan_ul .item ul {
  width: 100%;
  display: inline-block;
  float: left;
  margin-top: 10px;
  margin-bottom: 20px;
}
.plan_parent_wrap .plan_ul .item ul li {
  position: relative;
  width: 100%;
  display: inline-block;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: start;
  font-size: 13px;
}
.plan_parent_wrap .plan_ul .item ul li svg {
  width: 20px;
  height: auto;
  margin-top: 2px;
  margin-right: 10px;
  flex: 0 0 20px;
}
.plan_parent_wrap .plan_ul .item ul li + li {
  margin-top: 10px;
}

.testi_parent_wrap {
  background: url("../img/grey_bg_grad.jpg") center center no-repeat;
  background-size: cover;
  padding: 60px 0;
}
.testi_parent_wrap .parent_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testi_parent_wrap .parent_wrap .badge {
  margin-bottom: 30px;
}
.testi_parent_wrap .parent_wrap .left_wrap {
  padding-right: 30px;
  width: 45%;
}
.testi_parent_wrap .parent_wrap .right_wrap {
  width: 55%;
}
.testi_parent_wrap .parent_wrap .test_list_wrap {
  width: 100%;
  display: inline-block;
  float: left;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 20px;
}
.testi_parent_wrap .parent_wrap .test_list_wrap .item {
  width: 100%;
  display: inline-block;
  float: left;
  padding: 2px;
  text-align: center;
  background: rgb(255, 255, 255);
  background: linear-gradient(96deg, rgba(255, 255, 255, 0.1) 0%, rgb(153, 153, 153) 40%, rgba(255, 255, 255, 0.1) 100%);
  border-radius: 20px;
}
.testi_parent_wrap .parent_wrap .test_list_wrap .item:nth-child(even) {
  transform: translateY(30px);
}
.testi_parent_wrap .parent_wrap .test_list_wrap .item .common_title {
  padding: 0 25px;
  font-size: 25px;
}
.testi_parent_wrap .parent_wrap .test_list_wrap .item .desc_wrap {
  margin-bottom: 0;
}
.testi_parent_wrap .parent_wrap .test_list_wrap .item .bg_wrap {
  border-radius: 20px;
  height: 100%;
  background: rgb(153, 153, 153);
}
.testi_parent_wrap .parent_wrap .test_list_wrap .item .image_wrap {
  margin-bottom: 10px;
}
.testi_parent_wrap .parent_wrap .test_list_wrap .item .image_wrap img {
  width: 100px;
}
.testi_parent_wrap .parent_wrap .test_list_wrap .item .star_wrap {
  margin-bottom: 10px;
}
.testi_parent_wrap .parent_wrap .test_list_wrap .item .star_wrap img {
  width: 20px;
}
.testi_parent_wrap .parent_wrap .test_list_wrap .item .star_wrap img + img {
  margin-left: 10px;
}
.testi_parent_wrap .parent_wrap .test_list_wrap .item .common_title .quot_l,
.testi_parent_wrap .parent_wrap .test_list_wrap .item .common_title .quot_r {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
  color: #9B7440;
  font-size: 54px;
  margin-top: 10px;
}
.testi_parent_wrap .parent_wrap .test_list_wrap .item .common_title .quot_r {
  left: auto;
  right: 0;
}
.testi_parent_wrap .parent_wrap .test_list_wrap .item .inner_wrap {
  background: #242424;
  padding: 20px;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  height: 100%;
}

.faqs_wrap .faq_wrap {
  padding: 10px 15px;
  background: rgba(30, 30, 30, 0.3);
  border: 1px solid #393939;
  border-radius: 10px;
}
.faqs_wrap .faq_wrap .desc_wrap {
  margin-bottom: 0;
}
.faqs_wrap .faq_wrap .ques_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  cursor: pointer;
  font-family: "Play", sans-serif;
}
.faqs_wrap .faq_wrap .ques_wrap .plus_minus {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 45px;
  flex: 0 0 45px;
  font-size: 40px;
  height: 45px;
  background: rgba(155, 116, 64, 0.24);
  border-radius: 45px;
}
.faqs_wrap .faq_wrap .ques_wrap .plus_minus .m {
  display: none;
}
.faqs_wrap .faq_wrap .ques_wrap.active .plus_minus .m {
  display: inline-block;
}
.faqs_wrap .faq_wrap .ques_wrap.active .plus_minus .p {
  display: none;
}
.faqs_wrap .faq_wrap .ans_wrap {
  display: none;
  padding-right: 60px;
}
.faqs_wrap .faq_wrap + .faq_wrap {
  margin-top: 10px;
}

.faq_parent_wrap {
  padding: 60px 0;
}
.faq_parent_wrap .parent_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq_parent_wrap .parent_wrap .badge {
  margin-bottom: 30px;
}
.faq_parent_wrap .parent_wrap .left_wrap {
  width: 45%;
  padding-right: 40px;
}
.faq_parent_wrap .parent_wrap .left_wrap .arrow_wrap {
  text-align: center;
}
.faq_parent_wrap .parent_wrap .left_wrap .arrow_wrap img {
  width: 200px;
}
.faq_parent_wrap .parent_wrap .right_wrap {
  width: 55%;
}

.mockup_wrap .inner_wrap {
  background: url("../img/prefooter_bg.png") center center no-repeat #9B7440;
  background-size: cover;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mockup_wrap .inner_wrap .left_wrap {
  padding: 60px;
}
.mockup_wrap .inner_wrap .right_wrap {
  flex: 0 0 45%;
  width: 45%;
}
.mockup_wrap .inner_wrap .store_wrap a {
  float: left;
  width: 150px;
  margin-right: 10px;
}

.input {
  width: 100%;
  display: inline-block;
  float: left;
  background: #1E1E1E;
  padding: 20px;
  font-size: 15px;
  border-radius: 50px;
  color: #A6A6A6;
}

.footer_wrap {
  margin: 60px 0;
}
.footer_wrap .parent_wrap {
  display: grid;
  grid-template-columns: repeat(3, 3fr);
  gap: 30px;
}
.footer_wrap .parent_wrap .flogo {
  margin-bottom: 20px;
}
.footer_wrap .parent_wrap .flogo img {
  width: 250px;
}
.footer_wrap .parent_wrap .subscribe_wrap .common_anchor {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  right: 10px;
  padding: 10px;
  background: linear-gradient(90.1deg, #C89D64 0.11%, #A47D4B 99.93%);
  box-shadow: 13.3333px 13.3333px 250px rgba(255, 142, 14, 0.3);
}
.footer_wrap .parent_wrap .subscribe_wrap .common_anchor img {
  width: 20px;
  float: left;
}
.footer_wrap .parent_wrap .social_wrap a {
  width: 23px;
  display: inline-block;
  margin-right: 10px;
}
.footer_wrap .parent_wrap .twocol {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 30px;
}
.footer_wrap .parent_wrap .title {
  font-family: "Play", sans-serif;
  color: #fff;
  font-size: 15px;
}
.footer_wrap .parent_wrap .links {
  margin-top: 10px;
}
.footer_wrap .parent_wrap .links a {
  width: 100%;
  display: inline-block;
  float: left;
  color: #A6A6A6;
}
.footer_wrap .parent_wrap .link_icons a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-family: "Play", sans-serif;
  margin-top: 10px;
  justify-content: start;
}
.footer_wrap .parent_wrap .link_icons a img {
  width: 30px;
  flex: 0 0 30px;
  margin-right: 10px;
}/*# sourceMappingURL=layout.css.map */

/* ===== RALLY LANDING PAGE STYLES ===== */

/* Custom Font Face for Rally */
@font-face {
  font-family: 'Bloody Scary';
  src: url('../fonts/Bloody Scary.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* ===== RALLY BACK BUTTON STYLES ===== */

.rally_back_button_wrap {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 1000;
}

.rally_back_button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 68, 68, 0.9);
  border: 3px solid rgba(255, 255, 255, 0.8);
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(255, 68, 68, 0.3);
  backdrop-filter: blur(10px);
}

.rally_back_button:hover {
  transform: scale(1.1);
  background: rgba(255, 68, 68, 1);
  box-shadow: 0 6px 20px rgba(255, 68, 68, 0.5);
  border-color: #ffffff;
}

.back_arrow_icon {
  width: 20px;
  height: 20px;
}

/* ===== RALLY HERO SECTION IN INDEX PAGE ===== */

.rally_hero_section {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

.rally_image_link {
  display: inline-block;
  position: relative;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.rally_image_link:hover {
  transform: translateY(-5px);
}

.rally_badge_wrapper {
  position: relative;
  display: inline-block;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  background: linear-gradient(135deg, rgba(255, 68, 68, 0.1) 0%, rgba(255, 68, 68, 0.05) 100%);
  padding: 4px;
}

.rally_hero_image {
  width: 100%;
  max-width: 200px;
  height: auto;
  border-radius: 16px;
  display: block;
  transition: all 0.3s ease;
}

.rally_image_link:hover .rally_hero_image {
  transform: scale(1.05);
}

.rally_image_badge {
  position: absolute;
  bottom: 13px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 68, 68, 0.95);
  color: #ffffff;
  padding: 0px 14px;
  border-radius: 25px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  /* letter-spacing: 0.08em; */
  backdrop-filter: blur(15px);
  border: 2px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 4px 20px rgba(255, 68, 68, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  z-index: 2;
  overflow: hidden;
}

.rally_image_badge::before {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  background: linear-gradient(45deg,
    #FF4444 0%,
    #FF6666 25%,
    #EE3333 50%,
    #CC2222 75%,
    #FF4444 100%);
  border-radius: 29px;
  z-index: -1;
  animation: professionalRotate 6s ease-in-out infinite;
  filter: blur(0.5px);
  opacity: 0.9;
}

.rally_image_badge::after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg,
    rgba(255, 255, 255, 0.3) 0%,
    transparent 25%,
    transparent 75%,
    rgba(255, 255, 255, 0.3) 100%);
  border-radius: 27px;
  z-index: -1;
  animation: professionalRotate 4s ease-in-out infinite reverse;
  opacity: 0.6;
}

@keyframes professionalRotate {
  0% {
    transform: rotate(0deg);
    opacity: 0.9;
  }
  25% {
    transform: rotate(90deg);
    opacity: 1;
  }
  50% {
    transform: rotate(180deg);
    opacity: 0.95;
  }
  75% {
    transform: rotate(270deg);
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    opacity: 0.9;
  }
}

.rally_landing_wrap {
  position: relative;
  background: #0f0f0f;
}

.rally_top_section {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-image: url("../org_rally/girl-image.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.rally_bottom_section {
  position: relative;
  z-index: 2;
  background: #ffffff;
  padding: 100px 0 200px 0;
}

.rally_content_wrap {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 80px;
  align-items: start;
}

.rally_left_section {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.rally_column {
  width: 100%;
}

.rally_text_large {
  font-family: 'Bloody Scary', "Play", sans-serif;
  font-size: 48px;
  font-weight: bold;
  color: #FF0000;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}

.location_info {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.location_item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.location_pin {
  flex-shrink: 0;
  margin-top: 5px;
}

.location_text {
  flex: 1;
}

.location_title {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #595959;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

.location_subtitle {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

.rally_text_medium {
  font-family: 'Bloody Scary', "Play", sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #FF0000;
  line-height: 1.3;
  margin-bottom: 0;
}

.rally_right_section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}

/* ===== RALLY COUNTDOWN TIMER STYLES ===== */

.rally_timer_section {
  position: relative;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 30px;
  min-height: 350px;
  margin-top: 120px;
}

.timer_container {
  background: #FF4444;
  border-radius: 15px;
  padding: 10px 30px;
  text-align: center;
  box-shadow: 0 8px 32px rgba(255, 68, 68, 0.4);
  border: 3px solid #FFFFFF;
  position: relative;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  overflow: visible;
}

.timer_container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%, rgba(255, 255, 255, 0.1) 100%);
  pointer-events: none;
}

.timer_header {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.timer_mask_image {
  width: 100%;  
  object-fit: contain;
  /* filter: brightness(0) invert(1); */
  opacity: 1;
  transition: all 0.3s ease;
  position: absolute;
  top: 50px;
}

.timer_mask_image:hover {
  /* opacity: 1;
  transform: scale(1.05); */
}

.timer_header span {
  font-family: 'Bloody Scary', "Play", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  margin: 0;
}

.countdown_timer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.time_unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.time_value {
  font-family: 'Bloody Scary', "Play", sans-serif;
  font-size: 48px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  margin-bottom: 5px;
  min-width: 42px;
}

.time_label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.9;
  display: none;
}

.time_separator {
  font-family: 'Bloody Scary', "Play", sans-serif;
  font-size: 48px;
  font-weight: bold;
  color: #FFFFFF;
  margin: 0 8px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.register_button_wrap {
  position: relative;
}

.register_now_btn {
  position: relative;
  padding: 3px;
  background: #FF4444;
  border-radius: 50px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 68, 68, 0.3);
  border: 3px solid #FFFFFF;
  overflow: visible;
}

.register_now_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 68, 68, 0.4);
  background: #EE3333;
  border-color: #FFFFFF;
}

.register_btn_image {
  /* height: 60px; */
  width: auto;
  display: block;
  border-radius: 45px;
  position: relative;
  z-index: 1;
}

/* Add arrow pointing to button */
.register_now_btn::after {
  content: '';
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid #FF4444;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  z-index: 2;
}

.register_now_btn::before {
  content: '';
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 18px solid #FFFFFF;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  z-index: 1;
}

/* ===== RALLY SIGNUP PAGE STYLES ===== */

.rally_signup_wrap {
  position: relative;
  background: #0f0f0f;
}

.signup_hero_section {
  position: relative;
  width: 100%;
  height: 50vh;
  min-height: 400px;
  background-image: url("../org_rally/signup.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.signup_hero_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.signup_form_section {
  position: relative;
  z-index: 2;
  background: #ffffff;
  padding: 80px 0;
}

.signup_form_container {
  max-width: 800px;
  margin: 0 auto;
}

.signup_form_wrap {
  background: #ffffff;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  border: none;
  max-width: 600px;
  margin: 0 auto;
}

.form_header {
  text-align: center;
  margin-bottom: 60px;
}

.form_title {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 15px;
  letter-spacing: 0;
}

.form_subtitle {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  margin: 0;
  line-height: 1.5;
}

.rally_signup_form {
  width: 100%;
}

.form_section {
  margin-bottom: 25px;
}

.section_title {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 15px;
  letter-spacing: 0;
}

.required_text {
  font-weight: 400;
  color: #666666;
}

.form_row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 0;
}

.form_group {
  margin-bottom: 0;
}

.form_label {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 8px;
  letter-spacing: 0;
}

.form_input,
.form_file {
  width: 100%;
  padding: 12px 15px;
  border: none;
  border-radius: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  background: #f5f5f5;
  transition: all 0.3s ease;
  box-sizing: border-box;
  border-bottom: 1px solid #e0e0e0;
}

/* Autocomplete input styling */
.autocomplete-input {
  position: relative;
  z-index: 1000;
}

.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100% !important;
  max-width: 600px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-top: none;
  max-height: 200px;
  overflow-y: auto;
  z-index: 9999;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

.ui-autocomplete .ui-menu-item {
  padding: 12px 15px;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #333333;
  border-bottom: 1px solid #f0f0f0;
}

.ui-autocomplete .ui-menu-item:hover,
.ui-autocomplete .ui-menu-item.ui-state-focus {
  background: #f8f9fa;
  color: #FF4444;
}

.ui-autocomplete .ui-menu-item:last-child {
  border-bottom: none;
}

.checkbox_group {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 0;
}

.form_checkbox {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  accent-color: #000000;
  flex-shrink: 0;
  appearance:auto;
}

.checkbox_label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
  cursor: pointer;
  display: inline-block;
  margin-top: 2px;
}

/* Form Validation Styles */
.form_error {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #FF4444;
  margin-top: 5px;
  margin-bottom: 0;
  line-height: 1.3;
}

.error_field {
  background: #fff5f5 !important;
  border-bottom-color: #FF4444 !important;
}

.form_input.error_field,
.form_file.error_field {
  background: #fff5f5 !important;
  border-bottom-color: #FF4444 !important;
}

/* Validation success states */
.form_input.valid,
.form_file.valid {
  border-bottom-color: #28a745 !important;
}

/* ===== FILE UPLOAD STYLES ===== */

.upload_progress {
  margin-top: 10px;
  padding: 10px;
  background: #f8f9fa;
  border-radius: 5px;
  border: 1px solid #e9ecef;
}

.progress_bar {
  width: 100%;
  height: 8px;
  background: #e9ecef;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 8px;
}

.progress_fill {
  height: 100%;
  background: linear-gradient(90deg, #FF4444, #EE3333);
  width: 0%;
  transition: width 0.3s ease;
  border-radius: 4px;
}

.progress_text {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: #666666;
  font-weight: 500;
}

.uploaded_files_list {
  margin-top: 15px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 5px;
  border: 1px solid #e9ecef;
}

.uploaded_files_list h4 {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 10px;
  margin-top: 0;
}

.files_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.files_list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 4px;
  margin-bottom: 8px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  color: #333333;
}

.files_list li:last-child {
  margin-bottom: 0;
}

.file_info {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}

.file_icon {
  width: 16px;
  height: 16px;
  color: #FF4444;
}

.file_name {
  flex: 1;
  word-break: break-all;
}

.cancel_file_btn {
  background: #dc3545;
  color: white;
  border: none;
  border-radius: 3px;
  padding: 4px 8px;
  font-size: 11px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.cancel_file_btn:hover {
  background: #c82333;
}

/* ===== RALLY SIGNUP SUBMIT BUTTON STYLES ===== */

.form_submit_section {
  text-align: center;
}

/* ===== SUCCESS MESSAGE SECTION STYLES ===== */

.success_message_section {
  position: relative;
  margin: 40px 0;
  text-align: center;
}

.success_message_wrap {
  background: linear-gradient(135deg, #FF4444 0%, #EE3333 100%);
  border-radius: 20px;
  padding: 40px 60px;
  box-shadow: 0 8px 32px rgba(255, 68, 68, 0.4);
  border: 4px solid #FFFFFF;
  position: relative;
  overflow: hidden;
  max-width: 600px;
  margin: 0 auto;
}

.success_message_wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%, rgba(255, 255, 255, 0.1) 100%);
  pointer-events: none;
}

.success_title {
  font-family: 'Bloody Scary', "Play", sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  line-height: 1.2;
}

.success_subtitle {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  margin: 0;
  opacity: 0.95;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  line-height: 1.4;
}

/* ===== POST SUBMIT SECTION STYLES ===== */

.post_submit_section {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #e0e0e0;
  /* display: none; */
}

.logo_download_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.logo_container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.post_submit_logo {
  max-width: 200px;
  height: auto;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.post_submit_logo:hover {
  opacity: 1;
}

.download_app_section {
  display: flex;
  justify-content: center;
  align-items: center;
  display: none; /* Initially hidden */
}

.download_rally_app_btn {
  position: relative;
  padding: 2px;
  background: #FF4444;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 68, 68, 0.3);
  border: 3px solid #FFFFFF;
  overflow: visible;
}

.download_rally_app_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 68, 68, 0.4);
  background: #EE3333;
  border-color: #FFFFFF;
}

.download_rally_app_btn span {
  background: #FF4444;
  color: #ffffff;
  padding: 10px 12px;
  border-radius: 10px;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
  line-height: 1.2;
  transition: all 0.3s ease;
}

.download_rally_app_btn:hover span {
  background: #EE3333;
}

.rally_signup_submit_btn {
  position: relative;
  padding: 4px;
  background: #FF4444;
  border-radius: 8px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 68, 68, 0.3);
  border: 3px solid #FFFFFF;
  overflow: visible;
}

.rally_signup_submit_btn:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 68, 68, 0.4);
  background: #EE3333;
  border-color: #FFFFFF;
}

.rally_signup_submit_btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
  box-shadow: 0 2px 8px rgba(255, 68, 68, 0.2);
}

.rally_signup_submit_btn span {
  background: #FF4444;
  color: #ffffff;
  padding: 5px 25px;
  border-radius: 8px;
  display: inline-block;
  font-family: 'Bloody Scary', "Play", sans-serif;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
  line-height: 1.2;
}

/* Add arrow pointing to submit button */
/* .rally_signup_submit_btn::after {
  content: '';
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid #FF4444;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  z-index: 2;
}

.rally_signup_submit_btn::before {
  content: '';
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 18px solid #FFFFFF;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  z-index: 1;
} */

/* ===== RALLY SIGNUP RESPONSIVE STYLES ===== */

@media (max-width: 768px) {
  .signup_hero_section {
    height: 40vh;
    min-height: 300px;
  }

  .signup_form_section {
    padding: 60px 0;
  }

  .form_title {
    font-size: 28px;
  }

  .form_subtitle {
    font-size: 16px;
  }

  .form_row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .section_title {
    font-size: 15px;
  }

  .rally_timer_section{
    margin-top: 90px;
  }
}

@media (max-width: 768px) {
  .rally_hero_image {
    max-width: 150px;
  }

  .rally_image_badge {
    font-size: 11px;
    padding: 0px 5px;
    bottom: 12px;
  }
}

@media (max-width: 480px) {
  .signup_hero_section {
    height: 30vh;
    min-height: 250px;
  }

  .signup_form_section {
    padding: 40px 0;
  }

  .form_title {
    font-size: 24px;
  }

  .form_subtitle {
    font-size: 14px;
  }

  .form_input,
  .form_file {
    padding: 10px 12px;
    font-size: 14px;
  }

  .section_title {
    font-size: 14px;
  }

  .rally_signup_submit_btn span {
    padding: 16px 40px;
    font-size: 16px;
  }

  .post_submit_section {
    margin-top: 40px;
    padding-top: 30px;
  }

  .logo_download_wrap {
    gap: 20px;
  }

  .post_submit_logo {
    max-width: 150px;
  }

  .download_rally_app_btn span {
    padding: 14px 30px;
    font-size: 16px;
  }

  /* Mobile Success Message */
  .success_message_wrap {
    padding: 30px 40px;
    margin: 20px;
  }

  .success_title {
    font-size: 28px;
  }

  .success_subtitle {
    font-size: 16px;
  }

  .rally_hero_image {
    max-width: 150px;
  }

  .rally_image_badge {
    font-size: 11px;
    padding: 0px 4px;
    bottom: 10px;
  }

  .rally_badge_wrapper {
    padding: 3px;
  }
}

/* ===== RALLY RESPONSIVE STYLES ===== */

/* Large Desktop and Above (Extra Large Screens) */
@media (min-width: 1400px) {
  .rally_top_section {
    background-position: center center;
  }
}

/* Large Desktop (Standard Desktop) */
@media (min-width: 1025px) and (max-width: 1399px) {
  .rally_top_section {
    background-position: top center;
  }
}

/* Tablet and Below */
@media (max-width: 1024px) {
  .rally_content_wrap {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .rally_text_large {
    font-size: 36px;
  }

  .rally_text_medium {
    font-size: 28px;
  }

  .location_subtitle {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .rally_top_section {
    height: 70vh;
    min-height: 400px;
  }

  .rally_bottom_section {
    padding: 60px 0 100px 0;
  }

  .rally_left_section {
    gap: 40px;
  }

  .rally_text_large {
    font-size: 28px;
    text-align: center;
  }

  .rally_text_medium {
    font-size: 24px;
    text-align: center;
  }

  .location_info {
    /* align-items: center;
    text-align: center; */
  }

  .location_item {
    /* flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px; */
  }

  .location_title {
    font-size: 18px;
  }

  .location_subtitle {
    font-size: 18px;
  }

  .register_btn_image {
    /* height: 50px; */
  }

  /* Countdown Timer Responsive */
  .timer_container {
    padding: 20px 30px;
    /* min-height: 300px; */
  }

  .timer_mask_image {
    /* width: 60px;
    height: 60px; */
  }

  .timer_header span {
    font-size: 16px;
  }

  .time_value {
    font-size: 36px;
    min-width: 30px;
  }

  .time_separator {
    font-size: 36px;
  }

  .time_label {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .rally_back_button_wrap {
    top: 15px;
    left: 15px;
  }

  .rally_back_button {
    width: 45px;
    height: 45px;
  }

  .back_arrow_icon {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 480px) {
  .rally_top_section {
    height: 60vh;
    min-height: 300px;
  }

  .rally_bottom_section {
    padding: 40px 0 80px 0;
  }

  .rally_text_large {
    font-size: 22px;
  }

  .rally_text_medium {
    font-size: 20px;
  }

  .location_title {
    font-size: 16px;
  }

  .location_subtitle {
    font-size: 16px;
  }

  .register_btn_image {
    /* height: 45px; */
  }

  .rally_back_button_wrap {
    top: 10px;
    left: 10px;
  }

  .rally_back_button {
    width: 40px;
    height: 40px;
    border-width: 2px;
  }

  .back_arrow_icon {
    width: 16px;
    height: 16px;
  }

  /* Mobile Countdown Timer */
  .timer_container {
    padding: 5px 20px;
    border-radius: 12px;
  }

  .rally_timer_section{
    min-height: 250px;
  }

  .timer_mask_image {
    /* width: 50px;
    height: 50px; */
  }

  .timer_header span {
    font-size: 16px;
  }

  .time_value {
    font-size: 28px;
    min-width: 26px;
  }

  .time_separator {
    font-size: 28px;
    margin: 0 5px;
  }

  .time_label {
    font-size: 11px;
  }

  .countdown_timer {
    gap: 10px;
  }

  .rally_timer_section{
    margin-top: 60px;
  }
}
