/*

 Theme Name:     Divi Child

 Theme URI:      https://www.elegantthemes.com/gallery/divi/

 Description:    Divi Child Theme

 Author:         Elegant Themes

 Author URI:     https://www.elegantthemes.com

 Template:       Divi

 Version:        1.0.0

*/

 

 

/* =Theme customization starts here

------------------------------------------------------- */
body .et_pb_section,body .et_pb_menu_0_tb_header.et_pb_menu {
    background: #030F1A;
}

body h1 {
    font-weight: 500 !important;
}


/* Container hides the overflow */
.marquee-container {
  width: 100%;
  overflow: hidden;
  /* background: #000;  */
  padding: 40px 0;
  display: flex;
}

/* The moving track */
.marquee-content {
  display: flex;
  white-space: nowrap;
  gap: 40px;
  animation: scroll 20s linear infinite;
}
.marquee-content span {
    font-family: 'Bebas Neue', display;
    font-size: 12.5rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    flex-shrink: 0;
    display: block;
    line-height: 12.5rem;
}
.outline-text {
    color: #E8B353 !important;
}

/* The Keyframes for smooth looping */
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Optional: Pause on hover */
.marquee-container:hover .marquee-content {
  animation-play-state: paused;
}
body .container {
    width: 100%;
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
}
body .full-container {
    width: 100%;
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
#header {
    padding: 0px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    background: transparent;
}
body #header .et_pb_menu{
    background: transparent;
}
#header #header-row .et_pb_menu__wrap {
    justify-content: flex-end;
}
#header #header-row .et_pb_menu__wrap #menu-main-menu li a {
    padding: 0px;
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
}
#home-banner-sec {
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 200px;
    padding-bottom: 100px;
}
.banner-right-text h1 {
    font-size: 170px;
    text-align: right;
    font-weight: 500;
    line-height: 0.9;
        padding-bottom: 0px;
}
#home-banner-sec .et_pb_row {
    display: flex;
    align-items: flex-end;
}
.banner-left-text p, .banner-left-text .et_pb_text_inner  {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 70px;
        width: 90%;
}
.btn-design-1:hover {
    background: #fff;
}

.btn-design-1 {
    display: inline-block;
    background: #E8B353;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    padding: 14px 42px;
    border-radius: 50px;
    min-width: 169px;
    transition: all 0.5s linear;
}
.banner-right-text .action {
    text-align: right;
}
#home-banner-sec .et_pb_row {
    padding-top: 0px !important;
}

#header #header-row .et_pb_menu__wrap #menu-main-menu {
    align-items: flex-start;
    padding-top: 20px !important;
}
.nutrition-card a.btn-design-1 {
    width: auto;
    padding: 17px 66px;
}
#header #header-row .et_pb_menu__wrap #menu-main-menu>li {
    padding: 0px 22px;
    height: 55px;
    display: flex;
    align-items: center;
}
#header #header-row .et_pb_menu__wrap #menu-main-menu>li:last-child {
    padding-right: 0px !important;
}
#header #header-row .et_pb_menu__wrap #menu-main-menu .header-btn a {
    display: inline-block;
    background: #E8B353;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    padding: 20px 33px;
    border-radius: 50px;
}
.partners-section {
    display: flex;
    flex-direction: row;
    max-width: fit-content;
    margin: 0 auto;
    align-items: center;
}
.partners-section .logo-container {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 0px 37px;
}
.partners-section .partners-label, .partners-section .partners-more {
    opacity: 55%;
    font-size: 20px;
    font-weight: 500;
}
#my-partners-sec {
    padding-top: 0px;
    padding-bottom: 0px;
}
#my-partners-sec #my-partners-row {
    padding-top: 15px;
    padding-bottom: 0px;
}
#the-approach-sec #approach-row {
    padding-top: 0px;
    padding-bottom: 0px;
}
#the-approach-sec {
    padding-top: 169px;
    padding-bottom: 40px;
}
#marquee-section .et_pb_row {
    padding-top: 0px;
    padding-bottom: 0px;
}
.f-20 {
    font-size: 20px;
    font-weight: 500;
}
#the-approach-sec #approach-row p {
    opacity: 80%;
}
#the-approach-sec #approach-row p.f-36 ,.big-text .f-36{
    font-size: 36px;
        line-height: 51px;
}
.hp-design h2 {
    font-size: 70px;
    font-weight: 400;
}
#developing-athlete-header {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.text-center,.text-center p,.text-center h2 {
    text-align: center;
}
.theme-flex-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 26px;
}
.theme-flex-3>.et_pb_column {
    width: auto;
    margin: 0px;
}
.theme-flex-4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 26px;
}
.theme-flex-4>.et_pb_column {
    width: auto;
    margin: 0px;
}
.theme-flex-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
}
.theme-flex-2>.et_pb_column {
    width: auto;
    margin: 0px;
}

.theme-flex-3 {
    display: grid;
  grid-template-columns: 1fr 1fr 1fr;
    gap: 26px;
}
.theme-flex-3>.et_pb_column {
    width: auto;
    margin: 0px;
}
#developing-athlete-content>.et_pb_column {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}
#developing-athlete-content>.et_pb_column>.et_pb_module {
    margin: 0px;
    transition: all 0.5s ease-in-out;
}
#developing-athlete-content>.et_pb_column .dev-overlay-content {
    position: absolute;
    background: rgba(63, 63, 63, 0.28);
    backdrop-filter: blur(10.15px);
    border-radius: 30px;
    bottom: 30px;
    width: 100%;
    max-width: calc(100% - 60px);
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 22px 34px ;
    transition: all 0.4s linear;
}
#developing-athlete-content>.et_pb_column .dev-overlay-content p.title {
    font-size: 25px;
    font-weight: 400;
    padding-bottom: 15px;
    line-height: 32px;
}
#developing-athlete-content .dev-overlay-content p:not(.title) {
    font-size: 16px;
    /* opacity: 80%; */
    padding-bottom: 0px;
}
.dev-overlay-content p:nth-child(2) {
    font-weight: 300;
    line-height: 20px;
}
.link_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    cursor: pointer;
    width: 100%;
    height: 100%;
    opacity: 0;
}
#developing-athlete-content {
    padding-bottom: 0px;
    padding-top: 0px !important;
}
#developing-athlete-content>.et_pb_column:hover .et_pb_image {
    transform: scale(1.05);
}
.link_overlay .et_pb_text_inner, .link_overlay .et_pb_text_inner a {
    display: block;
    width: 100%;
    height: 100%;
}
#unloack-potentials-sec {
    padding-top: 0px;
}
#unloack-potentials-sec #unlock-potentials-header {
    padding-top: 0px;
    padding-bottom: 0px;
}
#unlock-potentials-header .et_pb_text_inner {
    max-width: 900px;
}
#unlock-potential-content>.et_pb_column {
    border: 0.5px solid #d6d6d687;
    padding: 35px 28px 16px;
    border-radius: 30px;
}
#unlock-potential-content>.et_pb_column .et_pb_image_wrap {
    margin-bottom: 80px;
}
#unlock-potential-content .et_pb_text_inner h3 {
    font-size: 20px;
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
    margin-bottom: 15px;
    padding-bottom: 0px;
}
#unlock-potential-content .et_pb_text_inner p {
    opacity: 80%;
    line-height: 20px;
    font-weight: 300;
    color: #fff;
}
#complete-athlete-sec {
    padding-top: 0px;
}
#complete-athlete-sec #comeplete-athlete-header .et_pb_text_inner {
    width: 100%;
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
}
#complete-athlete-sec #comeplete-athlete-header .et_pb_text_inner>p {
    font-size: 20px;
    margin-bottom: 25px;
}
#complete-athlete-sec .et_pb_image_10 {
    padding: 60px 30px;
}
#common-questions-sec {
    background: #fff;
}
#common-questions-sec #common-question-row {
    padding-top: 0px;
    padding-bottom: 0px;
}
#common-questions-sec #common-question-row .et_pb_text_inner h2, #common-questions-sec #common-question-row .et_pb_text_inner p {
    color: #000000;
}
#common-questions-sec #common-question-row .et_pb_accordion>.et_pb_toggle {
    background: #000000;
    border-radius: 20px;
    padding: 0px;
    margin-bottom: 10px;
}
#common-questions-sec #common-question-row .et_pb_accordion>.et_pb_toggle h5.et_pb_toggle_title {
    padding-left: 15px;
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    padding: 29px 60px 29px 37px;
    line-height: normal;
}
#common-questions-sec #common-question-row .et_pb_accordion>.et_pb_toggle .et_pb_toggle_content {
    padding: 0px 37px;
    margin-bottom: 20px;
}
#common-questions-sec {
    padding: 100px 0px;
}
.et_pb_toggle .et_pb_toggle_title:before {
    display: flex;
    right: 15px;
    left: auto;
    color: #fff;
    background: #19344B;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    content: "";
    font-family: sans-serif !important;
    align-items: center;
    justify-content: center;
    top: 42%;
    background-image: url(https://nexlevelspeed.atxclients.com/wp-content/uploads/2026/02/Group-12-1.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.yellow-text {
    color: #E8B353;
}
#footer {
    background: #fff;
}
#footer ul.links {
    padding-left: 0px;
    display: flex;
    justify-content: center;
    gap: 75px;
    padding-bottom: 0px;
}
#footer ul.links a {
    color: #000000;
    font-weight: 600;
        font-size: 20px;
}
#footer-row>.et_pb_column>.et_pb_module {
    margin-bottom: 0px;
}
#footer-row .social-ul {
    padding-left: 0px;
    padding-top: 60px;
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: center;
    gap: 8px;
}
#footer-row {
    padding-top: 0px;
    padding-bottom: 0px;
}
#footer-row>.et_pb_column>.et_pb_module.et_pb_image {
    margin-bottom: 60px;
}
#footer .copyright-div {
    border-top: 1px solid rgba(0,0,0,0.3);
    padding: 24px 0px;
}
#footer .copyright-div p {
    font-size: 20px;
    color: #000000;
    opacity: 80%;
    text-align: center;
}
#inner-banner-sec {
    padding-top: 304px;
    padding-bottom: 79px;
}
#inner-banner-sec h1 {
    font-size: 170px;
    text-align: center;
    line-height: 0.9;
    padding-bottom: 0px;
}
.traning-blub .action a {
    padding: 15px 34px;
}

.year-box p {
    font-size: 18px;
    font-weight: 300;
}


/*about page css start here */

.align-center {
    display: flex;
    align-items: center;
}

.for-opactiy p{
    opacity: .8;
}


/*about page css end here */

/*traning page css start here */

.traning-blub {
    border: 0.5px solid #D6D6D6;
    padding: 37px 0px;
    border-radius: 30px;
}

.traning-blub .btn-design-1 {
    font-size: 20px;
    padding: 12px 30px;
    margin-top: 26px;
}

.traning-blub .et_pb_main_blurb_image img {
    border-radius: 30px !important;
}

.year-box-main {
    display: flex;
    gap: 25px;
}
.year-box {
    width: 50%;
    background-color: #010A12;
    padding: 25px 35px;
    border-radius: 20px;
    border: 1px solid #525252;
}
.year-box h3 {
    font-size: 70px;
    color: #E8B353;
    font-weight: 500;
        padding-bottom: 0px;
}
.year-box p,
.year-box-right p {
    opacity: .8;
}

.more-design .year-box {
    border-radius: 40px;
}

.capzilised-text {
    text-transform: uppercase;
    letter-spacing: .3px;
}
.performance-wrap p {
    font-size: 16px;
}
.year-box-right h3 {
    font-size: 70px;
    color: #fff;
    font-weight: 500;
}

.uppar-section {
    background: rgba(0, 0, 0, 0.6);
       backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    max-width: 90%;
    margin: auto;
    border-radius: 40px;
    position: absolute;
    width: 100%;
    bottom: -53px;
    left: 48%;
    transform: translate(-50%, -50%);
}


.year-box-right {
    padding: 25px;
}

.play-iconvedio {
    position: absolute;
    bottom: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*traning page css end here */
/* parent page css*/
ul.ul-style {
    margin-top: 20px;
    padding-left: 0px;
}
.ul-style li {
    margin-bottom: 20px;
    background: url(/wp-content/uploads/2026/02/Group.svg);
    background-repeat: no-repeat;
    list-style: none;
    padding-left: 35px;
}
/* parent page css end*/
/* Online Programs page css*/ 
.info-card {
    box-sizing: border-box;
    background: #020A12;
    border: 0.5px solid #D6D6D6;
    border-radius: 40px;
    padding: 35px 25px;
}
.info-card h4.et_pb_module_header {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
        margin-top: 55px;
}
.info-card p {
    height: 80px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    opacity: 0.8;
    margin-top: 5px;
}
.info-card-section::after{
    display: none;
}
.info-card-section{
    display: flex;
    gap: 15px;
}
.contact-wrap input, .contact-wrap textarea, .contact-wrap select {
   width: 100%;
    background: #020A12;
    border: 1px solid #444444;
    padding: 14px;
    margin: 4px 0px 18px;
    border-radius: 10px;
    color: #fff !important;
    font-size: 16px;
}

.new-contact-select .select2-container--default .select2-selection--multiple,
.new-contact-select .select2-container--default .select2-selection--single {
    background: #020A12 !important;
     border: 1px solid #444444;
    border-radius: 10px;
    cursor: text;
    color: #fff !important;
    font-size: 16px !important;
     margin: 4px 0px 18px !important;
    width: 430px !important;
}

.new-contact-select .select2-container--default .select2-results>.select2-results__options,
.new-contact-select .select2-container--default .select2-selection--single {
    background-color: #000 !important;
}


.main-contact-div p {
    display: flex;
    gap: 16px;
}
.contact-wrap input::placeholder ,.contact-wrap textarea::placeholder{
    color: hsl(0deg 0% 100% / 71%);
}
.main-contact-div p span {
    width: 100%;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #EEBE58;
    color: #000 !important;
    border-radius: 36px;
    font-size: 20px;
    font-weight: 600;
    padding: 15px;
    cursor: pointer;
}
.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
    margin: auto;
    display: flex;
}

.f-name-main {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
}
.f-name {
    width: 48%;
}
.new-contact-select h3 {
    font-size: 24px;
    font-weight: 500;
    margin: 16px 0px;
}


.zoom-image-wrapper img {
      width: 41%;
  transform: scale(1); /* Start zoomed in */
  transition: all 2s ease;
}

.zoom-section.active .zoom-image-wrapper img {
  transform: scale(1.4); /* Zoom out to normal */
}
.athlete-badge {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 9px 25px 9px  12px;
    border-radius: 60px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    width: fit-content;
}
a.learn-more-btn {
    background: #EEBE58;
    color: #000000;
    display: none;
    padding:17px 39px;
    border-radius: 34px;
    font-weight: 600;
    position: absolute;
    font-size: 20px;
    bottom: -79px;
    
}
#developing-athlete-content .et_pb_column:hover  a.learn-more-btn{
    display: inline-block;
}
/* Images */
.athlete-images {
    display: flex;
    align-items: center;
}

.athlete-images img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
}

.athlete-images img:nth-child(2) {
    margin-left: -20px;
}

/* Text */
.athlete-content h3 {
    color: #fff;
    font-size: 20px;
    margin: 0;
    font-weight: 400;
    font-family: 'Inter';
    padding-bottom: 1px;
}

/* Stars */
.stars {
    color: #f4b942;
    font-size: 20px;
    letter-spacing: 4px;
    display: flex;
    gap: 2px;
}

.athlete-images img:last-child {
    margin-left: -21px;
}
.athlete-content p:empty {
    display: none;
}
#developing-athlete-content>.et_pb_column:hover .dev-overlay-content {
    padding: 22px 34px 53px;
}
#header #header-row .et_pb_menu__wrap #menu-main-menu .header-btn a:hover {
    background: #fff;
    opacity: 1 !important;
    color:#19344B;
}
.action a {
    padding: 15px 19px;
    text-align: center;
}
.diamond-img img.wp-image-459 {
    max-height: 517px;
    object-fit: cover;
}
.play-iconvedio img

 {
    width: 155px;
}
.play-iconvedio {
    position: absolute;
    bottom: 0;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
}
ul#menu-footer-menu li a {
    color: #000000;
    font-weight: 600;
    font-size: 20px;
}
ul#menu-footer-menu li {
    padding: 0px 47px;
}
.da-close.evr-close {
    opacity: 1 !important;
    background: #fff !important;
}

/*new css start here */

#unlock-potential-content>.et_pb_column:hover {
    border: 0.5px solid #E8B353 !important;
}

.select2-container--default .select2-results>.select2-results__options {
    background: #000 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    display: ruby !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #000 !important;
    font-size: 12px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #000 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    float: inherit !important;
    top: 5px;
    position: relative;
}

input.select2-search__field {
    margin: 13px 0px 8px 0px !important;
    font-size: 14px !important;
}

li.select2-search.select2-search--inline {
    position: relative;
}

li.select2-search.select2-search--inline::before {
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}

#inner-banner-sec {
 background-position: left center;
    background-image: url(/wp-content/uploads/2026/03/about-pic.webp) !important;
    background-repeat: no-repeat;
    background-size: cover !important;
}

.diamond-img {
    position: relative;
    overflow: hidden;
}

.diamond-img:before {
    content: '';
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: .4;
    z-index: 1;
    border-radius: 30px;
}

.play-iconvedio {
    z-index: 99;
    margin-top: 23px;
}
/*new css end here */

@media screen and (max-width:991px){
    #home-banner-sec .et_pb_row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.banner-right-text h1 {
    font-size: 74px;
    text-align: center;
}
.banner-left-text p, .banner-left-text .et_pb_text_inner {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 70px;
    width: 100%;
}
    .banner-right-text .action {
        text-align: center;
        margin: 24px 0px 28px;
    }

.athlete-badge {
    margin-top: 34px !important;
    margin: auto;
}
#home-banner-sec {
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 191px;
    padding-bottom: 3px;
}
.partners-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 42px;
}
span.partners-label {
    margin-bottom: 38px;
}
.banner-left-text .et_pb_text_inner p:empty {
    display: none;
}
#the-approach-sec {
    padding-top: 54px;
    padding-bottom: 40px;
}
.partners-section .logo-container {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0px 0px;
}
.marquee-content span {
    font-family: 'Bebas Neue', display;
    font-size: 6.5rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    flex-shrink: 0;
    display: block;
    line-height: 0.5rem;
}
.theme-flex-3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 17px;
}
#developing-athlete-content.theme-flex-3 {
     grid-template-columns: 1fr !important;
}
#developing-athlete-content>.et_pb_column .dev-overlay-content {
   
    max-width: calc(100% - 31px);
   
    padding: 17px 22px;
    transition: all 0.4s linear;
}
.hp-design h2 {
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
}
.theme-flex-4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
}
#unlock-potential-content>.et_pb_column {
    border: 0.5px solid #d6d6d687;
    padding: 35px 28px 16px;
    border-radius: 30px;
    width: 100% !important;
    margin: 0px !important;
}
  #footer-row  .et_pb_menu .et_pb_menu__menu {
     display: block !important;
    }
    ul#menu-footer-menu li {
    padding: 0px;
}
ul#menu-footer-menu {
    display: flex;
    gap: 40px;
}
 #footer-row  span.mobile_menu_bar {
    display: none;
}
#common-questions-sec {
    padding: 50px 0px;
}
section.partners-section p:empty {
    display: none !important;
}
#inner-banner-sec {
    padding-top: 115px;
    padding-bottom: 33px;
}
div#inner-banner-sec {
    background-size: cover !important;
}
#inner-banner-sec h1 {
    font-size: 88px;
    text-align: center;
    line-height: 0.9;
    padding-bottom: 0px;
}
.align-center {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.column-reverse {
    display: flex;
    flex-direction: column-reverse;
}
.uppar-section{
    max-width: 76%;
}
#the-approach-sec #approach-row p.f-36, .big-text .f-36 {
    font-size: 25px;
    line-height: 40px;
}
.play-iconvedio img {
    width: 155px !important;
}
.traning-blub  .et_pb_blurb_content {
    max-width: 642px;
}
.traning-blub .et_pb_main_blurb_image,.traning-blub .et_pb_main_blurb_image img{
    width: 100% !important;
}
.banner-left-text .et_pb_text_inner {
   
    text-align: center;
}
    #developing-athlete-content {
        width: 69% !important;
        margin: auto;
    }
#developing-athlete-content img {
    width: 100%;
}

#developing-athlete-content .et_pb_image_wrap {
    width: 100%;
}
}
@media screen and (max-width:767px){
        #inner-banner-sec h1 {
        font-size: 50px;
        }
            #inner-banner-sec {
        padding-top: 84px;
        padding-bottom: 63px;
    }
        .hp-design h2 {
        font-size: 30px;
        line-height: 40px;
       
    }
        #the-approach-sec #approach-row p.f-36, .big-text .f-36 {
        font-size: 20px;
        line-height: 30px;
    }
        .theme-flex-4 {
        display: grid;
        grid-template-columns: 1fr;
        gap: 26px;
    }
        ul#menu-footer-menu {
        display: flex;
        gap: 27px;
    }
    .year-box h3 {
    font-size: 30px;
    }
    .year-box {
 
    padding: 17px 15px;
    }
.banner-right-text h1 {
        font-size: 37px;
        line-height: 39px;
        text-align: center;
    }
     .banner-left-text .et_pb_text_inner {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 0px;
        width: 100%;
        text-align: center;
                line-height: 22px;
    }
    .athlete-content h3 {
    color: #fff;
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    font-family: 'Inter';
    padding-bottom: 1px;
    text-align: left;
}
.banner-right-text .action {
        text-align: center;
        margin: 9px 0px 21px;
    }
        #home-banner-sec {
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 137px;
        padding-bottom: 3px;
    }
        .partners-section .logo-container {
        display: flex;
        align-items: center;
        gap: 29px;
        padding: 0px 0px;
        flex-wrap: wrap;
        justify-content: center;
    }
        .partners-section {
        
        gap: 2px;
    }
        .marquee-content span {
       
        font-size: 4.5rem;
        line-height: 0px;
    }
        .theme-flex-3 {
        display: grid;
        grid-template-columns: 1fr;
        gap: 17px;
    }
    span.partners-more {
    margin-top: 37px !important;
    display: inline-block;
}
.zoom-image-wrapper img {
    width: 72%;
}
#common-questions-sec #common-question-row .et_pb_accordion>.et_pb_toggle h5.et_pb_toggle_title {
    padding-left: 15px;
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    padding: 17px 51px 18px 13px;
    line-height: normal;
}
#common-questions-sec #common-question-row .et_pb_accordion>.et_pb_toggle .et_pb_toggle_content {
    padding: 0px 13px;
}
.traning-blub {
    border: 0.5px solid #D6D6D6;
    padding: 15px 15px;
}
.year-box-right h3 {
        font-size: 35px;
        color: #fff;
        font-weight: 500;
        padding-bottom: 0px;
    }
    .uppar-section {
        max-width: 88%;
            bottom: -20px;
    }
    .year-box-main {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}
.year-box-right {
    padding: 14px 23px;
}
.year-box {
    width: 100%;
}
.play-iconvedio img {
    width: 119px !important;
}
body .container {
    width: 100%;
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 9px;
    padding-right: 9px;
}
    .athlete-badge {
        margin-top: 15px !important;
        margin: auto;
            gap: 32px;
    }
    .action a {
    padding: 6px 16px;
    text-align: center;
}
.traning-blub .btn-design-1 ,.btn-design-1{
    font-size: 16px;
}
.traning-blub .action a {
    padding: 9px 23px;
}
.capzilised-text {
    text-transform: uppercase;
    letter-spacing: .3px;
    padding-bottom: 7px;
}
a.learn-more-btn{
    display: inline-block;
    padding: 9px 35px;
    font-size: 15px;
    bottom: -69px;
}
#developing-athlete-content>.et_pb_column .dev-overlay-content {
    padding: 22px 34px 53px;
}
#developing-athlete-content>.et_pb_column .dev-overlay-content p.title br{

    display: none;
}
.btn-design-1 {
    display: inline-block;
    background: #E8B353;
    font-size: 16px;
        padding: 10px 40px;
}
.nutrition-card a.btn-design-1 {
    width: auto;
    padding: 10px 39px;
}
    #developing-athlete-content {
        width: 100% !important;
        margin: auto;
    }
    .athlete-images img {
    width: 51px;
    height: 51px;

    }
}