@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap');

/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px 'Plus Jakarta Sans', sans-serif;
  color: #393939;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

p {
  font-weight: 500;
}


/***** Font Files *****/

@font-face {
  font-family: 'Fonts Awesome';
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal
}


/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.theme-btn {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 40px;
  color: #fff;
  margin: 20px 20px 20px 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  text-transform: capitalize;
  border: 2px solid;
  text-transform: uppercase;
}

.theme-btn:hover {
  background-color: #fff;
  color: #28b16d;
  border-color: #28b16d;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: 'Plus Jakarta Sans', Sans-Serif;
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: 'Plus Jakarta Sans', Sans-Serif;
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: 'Plus Jakarta Sans', Sans-Serif;
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: 'Plus Jakarta Sans', Sans-Serif;
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: 'Plus Jakarta Sans', Sans-Serif;
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: 'Plus Jakarta Sans', Sans-Serif;
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

select {
  background: #fff url('../images/arrow.png') no-repeat right;
  padding: 0 40px 0 30px;

}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}


/*header css start */



/* BEGIN: HEADER SEC CSS */

.slicknav_menu {
  display: none;
}

@media only screen and (min-width:0px) and (max-width:767px) {
  .slicknav_menu {
    display: block;
    background: transparent;
    position: relative;
    z-index: 9999;
  }

  .feture-box p {
    padding: 0 20px !important;
  }
}

.main-navigate {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 99;
  padding: 10px 0;
  transition: 0.3s ease-in-out;
}



ul#menu {
  display: flex;
  align-items: center;
  justify-content: end;
  list-style: none;
  margin: 0;
}

ul#menu>li>a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 0 10px;
  position: relative;
  margin: 0 10px;
}


ul#menu>li>a:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  background: #f36f21;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s all;
  bottom: -10px;
}

ul#menu>li>a:hover::before,
ul#menu>li.active>a::before {
  width: 100%;
}



@keyframes rotate {
  0% {
    transform: rotateY(180deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

.main_logo img {
  width: 130px;
  height: 140px;
  object-fit: contain;
}

header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  padding: 10px 0;
}

.header_cta a {
  background: #fff0;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  text-transform: capitalize;
  font-weight: 400;
  border: none;
  padding: 16px 30px;
  perspective: 30rem;
  border-radius: 5px;
  position: relative !important;
  display: inline-flex;
  text-align: right;
}


.header_cta a:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 5px;
  background: #F36F21;
  z-index: -1;
  transition: background 3s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.308);
}

.header_cta span {
  position: relative;
  z-index: 99;
  color: #fff;
}

.header_cta {
  /* position: relative; */
  /* text-align: right; */
}

.logo img {
  width: 130px;
  height: 140px;
  object-fit: contain;
}


.header_cta a:hover {
  color: #fff;
}

.header_cta a:hover::after {
  animation: rotate 1s;
  transition: all .5s;
}

.menuSec {
  padding: 0px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
  text-transform: capitalize;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 10px 10px;
  font-size: 18px;
}

.menuSec ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #f36f21;
  transform: translateX(-50%);
  transition: 0.5s ease-in-out;
}


.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #f36f21;
}

.menuSec ul li a:hover::after {
  width: 100%;
}

.menuSec li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li>ul>li>a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
  display: block;
  margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li>ul>li:hover>ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.droopdwon li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

/*header css start */

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}


.menuSec ul li.active a {
  font-weight: 600;
}

.menuSec ul li.active a::after {
  width: 100%;
}

/*banner css start */
.inner_banner>img {
  width: 100%;
}

.carousel-item>img {
  width: 100%;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  width: 100%;
}

.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}

.carousel-control.right {
  right: 0px;
}

.carousel-control.left {
  left: 0px;
}

.carousel-indicators {}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 12px;
  padding: 0;
  margin: 3px !important;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  /* transition: opacity 0.6s ease; */
  border-radius: 20px;
}

.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}

.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}


.banner_text h1 {
  /*font-size: 70px;
  line-height: 80px;*/
  font-size: 40px;
    line-height: 50px;
  color: #fff;
  font-weight: 900;
  margin: 0 0 20px;
}

.banner_text h1 span {
  color: #f36f21;
}

.banner_text p {
  font-weight: 400;
 /* font-size: 18px;
  line-height: 1.8;*/
  font-size: 15px;
    line-height: 1.5;
}

.banner_text .app-buttons {
    padding-top: 30px;
}
.main_slider .carousel-caption{
  top: 40px;
}

/*banner css end*/


/* EXPLORE SEC STRT */
.explore_sec {
  padding: 70px 0px;
}

.explore-silder .slick-active {
  opacity: 1.5;
}

.explore-silder .slick-slide {
  margin: 100px 10px 0px 10px;
}

/*.explore-silder-items.chg {
    margin-top: -80px;
}*/
section.explore_sec .sec_head.text-center {
  margin-bottom: 30px;
}

.explore_box h3 {
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  margin: 0 0;
}

.explore_box {
  padding: 10px;
  border: 1px solid #f36f21;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.explore_box h4 {
  font-size: 30px;
  line-height: 30px;
  color: #000;
  font-weight: 600;
  margin: 0px 0 0 0;
}

.sec_head h2 {
  font-size: 50px;
  line-height: 60px;
  color: #000;
  font-weight: 800;
  margin: 0;
}

.sec_head {
  margin-bottom: 50px;
}

.explore_sec .sec_head p {
    width: 80%;
    margin: 20px auto 10px;
}

.explore_box img {
  margin: 20px auto;
  width: 90%;
  height: 400px;
  object-fit: contain;
}


.explore_txt {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.explore-silder .slick-dots {
  bottom: -50px;
}

.explore-silder .slick-dots li {
  margin: 0;
  width: 13px;
}

.explore-silder .slick-dots li button {
  padding: 0 !important;
  width: 10px;
}

.explore-silder .slick-dots li button::before {
  font-size: 10px;
  width: 10px;
}

.explore-silder .slick-dots li.slick-active button:before {
  color: #F36F21;
  opacity: 1;
}

/*
.explore_sec .col-lg-3:nth-child(2n+1) {
  margin-top: 100px;
}*/


.explore_sec .slick-slide:nth-child(2n+1) {
  margin-top: 20px;
}






.sec_head h3 span {
  color: #f36f21;
}


.sec_head h3 {
  font-size: 35px;
  line-height: 42px;
  color: #000;
  font-weight: 800;
  margin: 0;
}

/* EXPLORE SEC END */

/* NETWORK SEC STRT */
.network_sec {
  padding: 80px 0;
  background-color: #f36f21;
}

.txt_wht {
  color: #fff !important;
}

.item {
  text-align: center;
}

.item .number {
  font-size: 50px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  margin: 0;
}

.item span {
  font-size: 50px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  margin: 0;
}

.featre {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  margin: 10px 0 0 0;
}

/* NETWORK SEC END */


/* FOR ATHELITS SEC STRT */
.for_athletes_sec {
  padding: 100px 0;
  position: relative;
}

.for_athletes_sec>img {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right;
}

.for_coaches_sec {
  padding: 100px 0;
  position: relative;
}

.for_coaches_sec:after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: -2;
  position: absolute;
}

.for_coaches_img img.position-absolute {
  z-index: -1;
  transform: rotate(26deg);
  left: 94px;
  transition: 0.5s ease-in-out;
}

.for_coaches_sec:hover img.position-absolute {
  z-index: -1;
  transform: rotate(0deg);
  left: -3px;
  transition: 0.5s ease-in-out;
}



.for_coaches_img img {
  width: 80%;
  margin: 0 auto;
}

.for_coaches_img {
  text-align: end;
}

/* FOR ATHELITS SEC END */


/* EMPOWERING ATHLETS STRT */
.overlay-counselling-video a {
  display: flex;
  width: 150px;
  height: 150px;
  border: 3px solid #fff;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 30px;
  color: #fff;
}

.empowering_athlets h2 {
  margin: 0;
  color: #fff;
  font-weight: 800;
}

.empowering_athlets {
  padding: 100px 0;
  background-image: url(../images/empowering-athletes.png);
  background-size: cover;
  height: 680px;
  display: flex;
  align-items: center;
  position: relative;
}

.empowering_athlets:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #0000009e;
  top: 0;
  left: 0;
}

.empowering_athlets .d-flex {
  position: relative;
  z-index: 9;
}

/* EMPOWERING ATHLETS END */


/* TESTIMONIAL SEC STRT */
.testimonial_sec {
  background-color: #F36F21;
  padding: 100px 0;
}

.testimonial_sec .slick-slide {
  opacity: 1;
}

.testi_box figure {
  width: 90px;
  height: 80px;
  border: 3px solid #fff;
  margin: 0px auto -30px auto;
}

.testi_box {
  text-align: center;
  background-color: #fff;
  padding: 0px 25px 30px 25px;
  border-radius: 5px;
  position: relative;
}

.ratting_stars {
  width: 110px !important;
  margin: 0 auto;
}


.testi_slider .slick-track {
  margin: 60px 0;
}

.testi_box figure img {
  margin-top: -40px;
  border: 3px solid #fff;
  border-radius: 100px;
}

.testi_box h4 {
  color: #f36f21;
  margin: 20px 0;
}

.testi_box p {
  height: 140px;
}

.testi_box:after {
  position: absolute;
  content: '';
  background-image: url(../images/arrow-up.svg);
  width: 80px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  right: 20px;
}

.testi_box:before {
  position: absolute;
  content: '';
  background-image: url(../images/arrow-down.svg);
  width: 80px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  left: 20px;
}

/* TESTIMONIAL SEC END */


/* SIGN UP SEC STRT */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
  content: '';
  width: 15px;
  height: 15px;
  background: #f36f21;
  position: absolute;
  top: 61%;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  transform: translateY(-50%);
}

[type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1) translateY(-50%);
}


.signup_sec {
  height: 150vh;
  display: flex;
  align-items: end;
  background-image: url(../images/footer-form-bg.png);
  background-size: cover;
  background-position: center;
}

.signup_form {
  margin-bottom: 100px;
}

.signup_form input {
  width: 100%;
  height: 50px;
  border: 1px solid #f36f21;
  border-radius: 5px;
  margin: 0 0 20px 0;
  background-color: #3333337a;
  color: #fff;
}

input::placeholder {
  color: #fff;
}

.signup_form label {
  margin: 0 0 5px 0;
  color: #fff !important;
}

.interested p {
  margin: 0;
}

.theme_btn {
  background: #fff0;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  text-transform: capitalize;
  font-weight: 400;
  border: none;
  padding: 16px 30px;
  perspective: 30rem;
  border-radius: 5px;
  position: relative !important;
  display: inline-flex;
}

.theme_btn:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 5px;
  background: #F36F21;
  z-index: 1;
  transition: background 3s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.308);
}

.theme_btn span {
  position: relative;
  z-index: 99;
  color: #fff;
}

.theme_btn:hover::after {
  animation: rotate 1s;
  transition: all .5s;
}

.app-buttons p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.8;
  color: #000;
}

.app-buttons p.white-txt {
  color: #fff;
}

.app-buttons ul {
  display: flex;
  gap: 20px;
}

.app-buttons {
  padding-top: 80px;
}

.for_athletes_sec .sec_head {
  position: relative;
  z-index: 8;
}

.app-buttons h4 {
  padding-bottom: 25px;
}

/* SIGN UP SEC END */

/* FOOTER START */
footer {
  background-color: #000;
  padding-top: 60px;
  padding-bottom: 20px;
}


.footer_logo {
  width: 130px;
  height: 140px;
  object-fit: contain;
  margin-bottom: 30px;
}

.footer_col h4 {
  font-size: 26px;
  line-height: 29px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 20px;
}

.footer_col ul a {
  color: #fff;
  padding: 8px 0;
  display: inline-block;
  position: relative;
}


.footer_col ul a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.5s ease-in-out;
  content: '';
}


.footer_col ul a:hover::after {
  width: 100%;
}

.playsttor {
  width: 70%;
}

.playsttor {
  width: 70%;
}

.copyright_sec {
    background-color: #f37022;
    margin-top: 0px;
    padding: 20px 0px;
}
.text-right {
    text-align: right;
}
.copyright_sec p {
  margin: 0;
  /*border-top: 1px solid #ffffff61;*/
  /*padding: 20px 0px;*/
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  word-spacing: 2px;
}
.copyright_sec p a{
    color: #fff;
}

.footer_logo_wrap .app-buttons {
  padding-top: 0;
}

.footer_logo_wrap .app-buttons p {
  padding-bottom: 8px;
  font-size: 16px;
}

.footer_logo_wrap .app-buttons ul li {
  width: 37%;
}

.footer_logo_wrap .app-buttons ul {
  gap: 15px;
  align-items: center;
  justify-content: flex-start;
}

/* FOOTER END */

/*signup form*/

.signupfrm .sec_head {
  margin-bottom: 30px;
  margin-top: 30px;
}

.signupfrm .form-control {
  background: transparent;
  border-radius: 0;
  margin-bottom: 20px;
  height: 45px;
  color: #8e959b;
  appearance: auto;
  padding: 0 10px;
}

.signupfrm .btn-submt {
  background: #000;
  color: #fff;
  width: 100%;
  padding: 10px 30px;
  border-radius: 4px;
  margin-bottom: 10px;
  font-size: 18px;
}

.signupfrm .btn-submt:hover {
  background: #0009;
}

.signupfrm p {
  font-size: 12px;
  text-align: center;
  letter-spacing: 0px;
}

.signupfrm a {
  color: #F36F21;
}

.signupfrm h4 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 40px;
}

.signupfrm form {
  width: 85%;
  margin: 0 auto;
}

#exampleModal .modal-body.active {
  display: block;
}

#exampleModal .modal-body {
  display: none;
}

/*signup form*/


/* menu-box */

.menu-btn .fa-xmark {
  color: #fff !important;
}

.menu-btn i {
  font-size: 30px;
  line-height: 1;
  color: #fff;
}

.me-15px {
  margin-right: 10px !important;
}

.menu-box {
  position: fixed;
  top: 0;
  left: -400px;
  height: 100vh;
  width: 100vw;
  background: #f36f21;
  z-index: 99;
  /* display: none; */
  transition: 0.5s ease-in-out;
  opacity: 0;
}

.menu-btn {
  position: relative;
  display: block;
  margin: 6px 0 0 5px;

}

.menu-box>nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 2rem;
  position: relative;
  top: 40%;
  transform: translateY(-50%);
}

.menu-box>nav a {
  font-size: 24px;
  color: white;
  text-transform: uppercase;
  font-family: 'Plus Jakarta Sans';
  line-height: 1;
  transition: 0.4s ease-in-out;
  position: relative;
  font-weight: 400 !important;
  display: block;
  width: 100%;
  padding: 0 0 0 20px;
}

.menu-box>nav a:after {
  position: absolute;
  content: "";
  width: 0;
  bottom: -5px;
  height: 2px;
  background: var(--primary);
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s ease-in-out;
}

.menu-box>nav a:hover:after {
  width: 100%;
}


/* menu-box */

/* menu-icon */

.menu-btn svg {
  width: 50px;
  height: 50px;
}

.path1,
.path2 {
  stroke-dasharray: 104;
  stroke-dashoffset: -71;
  transition: 1s all ease;
}

.cross {
  stroke-dashoffset: 68;
}

.mline {
  stroke-dasharray: 41;
  stroke-dashoffset: -82;
  transition: 1s all ease;
}

.hide {
  stroke-dasharray: 43;
  stroke-dashoffset: 130;
}

.menu-btn svg path {
  stroke: #000;
}


/* menu-icon */


.menu-box.open {
  /* display: block; */
  left: 0px;
  /* transition: 0.5s ease-in-out; */
  opacity: 1;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  transition: 1s ease-in-out;
  transform: translate(0px, 10px);
  background-color: #000;
  top: -10px;
}

.mobile_menu ul.d-flex {
  padding: 0;
  list-style: none;
  margin: 0;
}


.mobile_menu ul.d-flex>li ul {
  position: absolute;
  z-index: 1;
  background: #2f2f2f;
  margin: 0;
  display: none;
  top: 90px;
}

.mobile_menu ul.d-flex>li>ul>li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  padding: 5px 25px;
  display: inline-block;
  width: 100%;
}

.mobile_menu ul.d-flex>li:hover ul {
  display: block;
}

.mobile_menu ul.d-flex>li>ul>li a:hover {
  background: #d5d5d5;
  color: #000;
}

.mobile_menu ul.d-flex>li>ul>li>ul {
  right: unset;
  left: 100%;
  top: 0;
  display: none !important;
  width: 100%;
}

.mobile_menu ul.d-flex>li>ul>li {
  position: relative;
  width: 100%;
}

.mobile_menu ul.d-flex>li>ul>li:hover ul {
  display: block !important;
}

a#menu-btn {
  z-index: 9999;
}

.download_btn {
  background: #f5f3ff;
  border-radius: 10px;
  color: #000 !important;
  border: 0;
  cursor: pointer;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 700 !important;
  padding: 12px 50px;
}



.lyt1 {
  position: relative;
  bottom: -90px;
  left: -90px;
}

.lyt2 {
  position: relative;
  bottom: -120px;
  right: -90px;
}



.wrapper-cta h2 {
  text-transform: initial;
}
.submit-btn {
    position: relative;
}

span#after-submit {
   position: relative;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 20px;
    display: block;
    margin-top: 20px;
}



@media only screen and (min-width: 1366px) and (max-width: 1920px) {
  .main-navigate {
    background-color: #fff0 !important;
  }

  /*.banner_text {
    padding-top: 130px;
}*/
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .main-navigate {
    background-color: #fff0 !important;
  }

  .main_slider .carousel-item>img {
    height: 880px;
    object-fit: cover;
  }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-navigate {
    background-color: #fff0 !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-navigate {
    background-color: #fff0 !important;
  }

  .banner_text h1 {
    font-size: 35px;
    line-height: 50px;
  }

  .app-buttons {
    padding-top: 10px;
  }

  ul#menu>li>a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 0 5px;
    position: relative;
    margin: 0 7px;
  }

  .header_cta a {
    padding: 12px 20px;
    font-size: 14px;
  }

  .banner_text {
    padding-top: 120px;
  }

  .banner_text {
    padding-top: 120px;
  }

  .main_slider .carousel-item>img {
    height: 610px;
    object-fit: cover;
  }

  ul#menu>li>a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 0 5px;
    position: relative;
    margin: 0 7px;
  }

  .header_cta a {
    padding: 12px 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .main_slider .app-buttons {
    padding-top: 10px;
  }

  .item .number {
    font-size: 40px;
  }

  .for_athletes_sec>img {
    top: 0;
    right: 0px;
    width: 60%;
    height: 100%;
    object-fit: cover;
    object-position: -450px;
  }

  .sec_head h2 {
    font-size: 35px;
    line-height: 50px;
  }

  .review_sec .app-buttons {
    padding-top: 30px;
    text-align: center;
  }

  .review_sec .app-buttons ul {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }


}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  header {
    padding: 0;
    position: relative;
    width: 100%;
  }
.text-left {
    text-align: center;
}

.text-right {
    text-align: center;
}
  .sec_head h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .explore_sec {
    padding: 30px 0px;
  }

  .explore-silder .slick-slide {
    margin: 0px 10px 0px 10px;
  }

  .explore_sec .slick-slide:nth-child(2n+1) {
    margin-top: 0;
  }

  .explore_txt {
    height: auto;
  }

  .explore_box h3 {
    font-size: 16px;
    line-height: 22px;
  }

  .network_sec {
    padding: 40px 0;
  }

  .sec_head {
    margin-bottom: 0px;
    text-align: l !important;
  }

  .empowering_athlets h2 {
    font-size: 35px;
    line-height: 1.2;
  }

  .item .number {
    font-size: 30px;
  }

  .item span {
    font-size: 30px;
  }

  .item {
    margin: 20px 0;
  }

  .for_athletes_sec {
    padding: 40px 0;
    background-color: #000;
    color: #fff;
  }

  .for_athletes_sec h2 {
    color: #fff;
  }

  .for_athletes_sec .app-buttons p {
    color: #fff !important;
  }

  .for_athletes_sec>img {
    /* display: none; */
    object-position: bottom;
    width: 70%;
  }

  .app-buttons {
    padding-top: 10px;
    text-align: left;
  }

  .app-buttons h4 {
    padding-bottom: 0;
    margin-top: 20px;
  }

  .for_coaches_sec {
    padding: 40px 0;
  }

  .for_coaches_img img.position-absolute {
    transform: rotate(0deg);
    left: 0;
    /* width: 100%; */
  }

  .empowering_athlets .d-flex {
    position: relative;
    z-index: 8;
    flex-direction: column;
    text-align: center;
  }

  .empowering_athlets {
    padding: 70px 0;
    height: unset;
    background-position: center;
  }

  .testimonial_sec {
    padding: 30px 0;
  }

  .signup_sec {
    height: unset;
    padding: 60px 0;
    background-position: left;
  }

  .carousel-item>img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
  }


  .banner_text h1 {
    font-size: 25px;
    line-height: 30px;
  }

  .banner_text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
  }

  .main-navigate {
    position: fixed;
    width: 100%;
    /* background-color: #fff; */
    top: 0;
    left: 0;
    padding: 10px 0;
  }

  .logo img {
    width: 100px;
    height: 60px;
  }

  .header_cta a {
    font-size: 13px;
    line-height: 20px;
    padding: 10px 10px;
  }

  .banner_text {
    text-align: left;
  }

  .app-buttons ul {
    justify-content: left;
  }

  .interested .d-flex {
    justify-content: left;
  }

  .signup_form button {
    display: unset;
    margin: 0 auto;
  }

  footer {
    text-align: left;
  }

  .footer_col ul.d-flex {
    justify-content: left;
    gap: 50px !important;
  }

  .copyright_sec p {
    /*padding: 10px 0px;*/
    font-size: 12px;
  }

  .footer_col h4 {
    font-size: 22px;
    margin: 0 0 20px;
  }

  .footer_logo_wrap .app-buttons ul {
    justify-content: left;
  }

  .carousel-caption {
    top: 50px;
  }

  .col-12.col-sm-6.col-md-6.d-xl-none.d-lg-none.d-md-none.d-sm-none {
    display: none;
  }
}

@media only screen and (min-width: 300px) and (max-width: 519px) {

  header {
    padding: 0;
    position: relative;
    width: 100%;
  }
.text-left {
    text-align: center;
}

.text-right {
    text-align: center;
}
  .sec_head h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .explore_sec {
    padding: 30px 0px;
  }

  .explore-silder .slick-slide {
    margin: 0px 10px 0px 10px;
  }

  .explore_sec .slick-slide:nth-child(2n+1) {
    margin-top: 0;
  }

  .explore_txt {
    height: auto;
  }

  .explore_box h3 {
    font-size: 16px;
    line-height: 22px;
  }

  .network_sec {
    padding: 40px 0;
  }

  .sec_head {
    margin-bottom: 0px;
    text-align: center !important;
  }

  .empowering_athlets h2 {
    font-size: 35px;
    line-height: 1.2;
  }

  .item .number {
    font-size: 30px;
  }

  .item span {
    font-size: 30px;
  }

  .item {
    margin: 20px 0;
  }

  .for_athletes_sec {
    padding: 40px 0 230px 0;
    background-color: #000;
    color: #fff;
  }

  .for_athletes_sec h2 {
    color: #fff;
  }

  .for_athletes_sec .app-buttons p {
    color: #fff !important;
  }

  .for_athletes_sec>img {
    /* display: none; */
    object-position: bottom;
    height: fit-content;
    bottom: 0 !important;
    top: unset;
  }

  .app-buttons {
    padding-top: 10px;
    text-align: center;
  }

  .app-buttons h4 {
    padding-bottom: 0;
    margin-top: 20px;
  }

  .for_coaches_sec {
    padding: 40px 0;
  }

  .for_coaches_img img.position-absolute {
    transform: rotate(0deg);
    left: 0;
    /* width: 100%; */
  }

  .empowering_athlets .d-flex {
    position: relative;
    z-index: 8;
    flex-direction: column;
    text-align: center;
  }

  .empowering_athlets {
    padding: 70px 0;
    height: unset;
    background-position: center;
  }

  .testimonial_sec {
    padding: 30px 0;
  }

  .signup_sec {
    height: unset;
    padding: 60px 0;
    background-position: left;
  }

  .carousel-item>img {
    width: 100%;
    height: 130vh;
    object-fit: cover;
    object-position: left;
  }


  .banner_text h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .banner_text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
  }

  .main-navigate {
    position: fixed;
    width: 100%;
    /* background-color: #fff; */
    top: 0;
    left: 0;
    padding: 10px 0;
  }

  .logo img {
    width: 110px;
    height: 90px;
  }

  .header_cta a {
    font-size: 13px;
    line-height: 20px;
    padding: 10px 10px;
  }

  .banner_text {
    text-align: center;
  }

  .app-buttons ul {
    justify-content: center;
  }

  .interested .d-flex {
    justify-content: center;
  }

  .signup_form button {
    display: block;
    margin: 0 auto;
  }

  footer {
    text-align: center;
  }

  .footer_col ul.d-flex {
    justify-content: center;
    gap: 50px !important;
  }

  .copyright_sec p {
    /*padding: 10px 0px;*/
    font-size: 12px;
  }

  .footer_col h4 {
    font-size: 22px;
    margin: 0 0 20px;
  }

  .footer_logo_wrap .app-buttons ul {
    justify-content: center;
  }

  .carousel-caption {
    top: 50px;
  }
}


.social-img a img {
    filter: invert(1) brightness(90.5);
    width: 20px;
}