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



body {
  word-break: break-word;
  font: 15px/25px 'Poppins', sans-serif;
  color: #393939;
  overflow-x: hidden;
  background-color: #F0F0F0;
}

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
}

@font-face {
  font-family: 'dm-sans-black';
  src: url(../fonts/static/DMSans-Bold.ttf);
  font-weight: bolder;
  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: 'dm-sans-black';
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 900;
  margin: 0 0 17px;
}

h2 {
  font-family: 'dm-sans-black';
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 900;
  margin: 0 0 30px;
}

h3 {
  font-family: 'dm-sans-black';
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 900;
  margin: 0 0 28px;
}

h4 {
  font-family: 'dm-sans-black';
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 900;
  margin: 0 0 13px;
}

h5 {
  font-family: 'dm-sans-black';
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 900;
  margin: 0 0 20px;
}

h6 {
  font-family: 'dm-sans-black';
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 900;
  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 */

#menu .active a {
  color: #68E29D;
  font-weight: 700;
}


/* 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: #000;
  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: #000;
  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: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  padding: 10px 0;
  background: #F0F0F0;
}

.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: 100px;
  background: #68E29D;
  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: #000;
}

.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: #68E29D;
  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: #68E29D;
}

.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 */
.banner_text .app-buttons .white-txt {
  color: #fff;
}

.inner_banner>img {
  width: 100%;
}



.banner_text h1 {
  font-size: 70px;
  line-height: 80px;
  color: #fff;
  font-weight: 900;
  margin: 0 0 20px;
  font-family: 'dm-sans-black';
  letter-spacing: -5px;
  /*margin-top: 60px;*/
}

.banner_text h1 span {
  color: #68E29D;
}

.banner_text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  color: #fff;
}

.main_slider {
  background-image: url(../images/banner.png);
  padding: 90px 0 130px 0;
  background-size: cover;
  background-position: center center;
}

/*banner css end*/


/* TEAM LOGO SLIDER STRT */
.team_logo_sec {
  background-color: #68E29D;
  margin: -100px 0 0px -10px;
  padding: 10px 0;
  transform: rotate(-4deg);
  width: 120%;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 13px 0 #0000007d;
}

.team_logo_wrap img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin: 0 auto;
}

.team_logo_slider .slick-slide,
.team_logo_slider2 .slick-slide {
  opacity: 1;
  text-align: center;
}

.team_logo_wrap {
  text-align: center;
}


.team_logo_sec2 {
  background-color: #000;
  margin: -100px 0 130px -10px;
  padding: 10px 0;
  transform: rotate(4deg);
  width: 120%;
}

/* TEAM LOGO SLIDER END */

.sec_head h2 {
  font-size: 55px;
  line-height: 75px;
  color: #000;
  font-weight: 900;
  margin: 0;
  letter-spacing: -2px;
}

.sec_head {
  margin-bottom: 50px;
}


.sec_head h3 span {
  color: #68E29D;
}


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


/* NETWORK SEC STRT */
.counter_img {
  border-bottom: 1px solid #68e29d;
  padding-bottom: 20px;
  width: 65px;
  height: 65px;
  object-fit: contain;
}

.network_sec {
  padding: 120px 0 120px 0;
  background-color: #000;
}

.txt_wht {
  color: #fff !important;
}

.item {
  text-align: center;
}

.item .number {
  font-size: 35px;
  line-height: 1;
  color: #68e29d;
  font-weight: 700;
  margin: 0;
}

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

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

.abt_mob {
  margin-bottom: -200px;
}

.abt_sec {
  overflow-y: hidden;
}

/* NETWORK SEC END */

/* FOR ATHELITS SEC STRT */

.sec_head p {
  line-height: 30px;
}

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

.w-80 {
  width: 80%;
}

/* 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: 900;
  letter-spacing: -2px;
}
section.empowering_athlets video {
    width: 100%;
    object-fit: cover;
    height: 850px;
}
.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: #00000033;*/
/*  top: 0;*/
/*  left: 0;*/
/*}*/

.main-thankyou-sec {
    padding: 100px 0;
    
}
.thankyou-inner a {
    background: #68E29D;
    padding: 14px 30px;
    border-radius: 50px;
    display: inline-block;
    font-size: 20px;
}
.thankyou-inner h1 {
    color: #000;
}
.modal-body.signup-modal .signupfrm .btn-submt {}

.modal-body.signup-modal .theme_btn:after {
    display: none;
}

.modal-body.signup-modal .theme_btn {
    text-align: center;
    justify-content: center;
}
.empowering_athlets .d-flex {
  position: relative;
  z-index: 9;
}

/* EMPOWERING ATHLETS END */


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

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

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

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

.ratting_stars {
  width: 20px !important;
  /* margin: 0 auto; */
}

.testi_box span {
  color: #fff;
}


.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: #fff;
  margin: 20px 0;
}

.testi_box p {
  height: 70px;
  color: #fff;
}

.testi_box:after {
  position: absolute;
  content: '';
  background-image: url(../images/arrow-up.png);
  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.png);
  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: 28px;
    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: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #68E29D;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[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);
}


.signup_sec {
  background-color: #000;
  padding: 90px 0;
}



.signup_form input {
  width: 100%;
  height: 50px;
  border: 1px solid #68E29D;
  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: 100px;
  position: relative !important;
  display: inline-flex;
}

.theme_btn:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 100px;
  background: #68E29D;
  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: #000;
}

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

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


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

/* SIGN UP SEC END */


/* KEY FEATURE SRT */
.feature_box figure {
  margin: 0;
  width: 90px;
  height: 90px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

.feature_box figure img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.key_feature_txt {
  width: 74%;
}

.key_feature_txt {
  margin: 0 0 0 20px;
}

.key_feature_txt p {
  margin: 0;
  font-size: 14px;
  line-height: 27px;
}

.key_feature_txt h4 {
  color: #000;
  font-weight: 900;
  margin: 0 0 10px;
  font-size: 22px;
  letter-spacing: -1px;
  font-family: 'DM Sans', sans-serif;
}

.feature_box {
  margin-bottom: 70px;
}

.key_feature_sec {
  padding: 110px 50px 60px 50px;
}

.feature_back {
  margin-top: 0;
  width: 70%;
  position: relative;
  top: -80px;
  left: 0px;
}

.feature_front {
  bottom: -120px;
  left: 70px;
  width: 80%;
}

.key_feature_mid {
  margin: 130px 0 200px 0;
}

/* KEY FEATURE END */


/* GET APP STRT */
.get_app {
  background-color: #68E29D;
  padding: 60px 50px 60px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 430px;
  overflow-y: hidden;
}

.get_app_right {
  margin: 200px 0px 0 0;
}

.get_app .sec_head .theme_btn span {
  color: #000;
}

.get_app .sec_head .theme_btn:after {
  background-color: #fff;
}

.signup_form form .theme_btn span {
  color: #000;
}

/* GET APP END */

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


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

.footer_col h4 {
  font-size: 26px;
  line-height: 29px;
  color: #000;
  font-weight: 900;
  margin: 0 0 20px;
  letter-spacing: -2px;
}

.footer_col ul a {
  color: #000;
  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: #fff;
  margin-top: 0px;
}

.copyright_sec p {
  margin: 0;
  border-top: 1px solid #000;
  padding: 20px 0px;
  color: #000;
  font-size: 15px;
  font-weight: 400;
}


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

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

.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: #68E29D;
}

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

.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: #000;
}

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

.menu-box {
  position: fixed;
  top: 0;
  left: -400px;
  height: 100vh;
  width: 100vw;
  background: #68E29D;
  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: 'Poppins';
  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;
}

.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;
}


.abt_cht {
  width: 80%;
}

.abt_left {
  text-align: center;
}



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

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

@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;
  }

  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;
  }


  .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%;
  }

  .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;
  }

  .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;
  }

  .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;
  }


}

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

  header {
    padding: 0;
    position: relative;
    width: 100%;
  }

  .sec_head h2 {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -2px;
  }

  .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;
    letter-spacing: -2px;
  }

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

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

  .item {
    margin: 20px 0;
  }


  .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;
  }


  .banner_text h1 {
    font-size: 33px;
    line-height: 40px;
    letter-spacing: 0px;
  }

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

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

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

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

  .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;
  }

  .main_slider {
    padding: 110px 0 100px 0;
  }

  .team_logo_wrap img {
    width: 50px;
    height: 50px;
  }

  .team_logo_sec2 {
    margin: -70px 0 90px -10px;
  }

  .team_logo_sec {
    margin: -70px 0 0px -10px;
  }

  .abt_mob {
    margin-bottom: 0;
  }

  .counter_img {
    margin-top: 40px;
  }

  .featre {
    font-size: 14px;
    margin: 5px 0 0 0;
  }

  .menu-box>nav a {
    font-size: 18px;
    text-transform: capitalize;
  }

  .main_slider .app-buttons img {
    width: 86%;
}

.main_slider .app-buttons ul {
    gap: 0px;
}

  .key_feature_sec {
    padding: 60px 0px;
  }

  .feature_box figure img {
    width: 40px;
    height: 40px;
  }

  .feature_box figure {
    width: 80px;
    height: 80px;
  }

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

  .key_feature_txt p {
    font-size: 12px;
    line-height: 22px;
  }

  .feature_box {
    margin-bottom: 30px;
  }

  [type="radio"]:checked+label:after,
  [type="radio"]:not(:checked)+label:after {
    top: 62%;
    left: 5px;
  }

  [type="radio"]:checked+label,
  [type="radio"]:not(:checked)+label {
    font-size: 13px;
  }

  .signup_form input {
    height: 40px;
  }

  .signup_form {
    margin-top: 40px;
  }

  .get_app_right {
    margin: 20px 0px 0 0;
    text-align: center;
  }

  .get_app_right img {
    width: 50%;
    margin: 0 auto;
  }

  .theme_btn {
    font-size: 16px;
    padding: 14px 20px;
  }

  .get_app {
    padding: 40px 0 0 0;
    height: auto;
  }

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

  .sec_head p {
    line-height: 24px;
    font-size: 14px;
    margin-top: 10px;
  }

  .key_feature_mid {
    margin: 80px 0 100px 0;
  }

  .feature_back {
    margin-top: 0;
    width: 70%;
    top: -80px;
    left: 0px;
  }

  .feature_front {
    bottom: -70px;
    left: 70px;
    width: 80%;
  }

  .overlay-counselling-video a {
    width: 100px;
    height: 100px;
    font-size: 30px;
  }

}


form.form-get-quote.demo .err {
    border-color: red;
}

.submit-btn {
    position: relative;
}

span#after-submit {
    position: absolute;
    bottom: -40px;
    left: 10px;
    color: #fff;
    font-size: 20px;
}