* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body{
  font-family: "Inter", sans-serif;
}

a {
  text-decoration: none;
  font-size: 16px;
}

.form-control:focus {
  box-shadow: none;
}

p {
  font-size: 16px;
}


/* header */

.myNavbar-nav .nav-link {
  font-weight: 400;
  font-size: 16px;  
  color: #121338;
  border: 1px solid transparent;
  --bs-nav-link-padding-y: 12px;
  padding-right: 10px!important;
  padding-left: 10px!important;
  border-radius: 100px;
}

.myNavbar-nav .nav-link:hover{
 color: #F08519;
}

.navLink .nav-link:focus,
.navLink .nav-link:hover {
  color: #F08519;
}


.nav-link.hdrBtn {
  background-color: #2F318B;
  border-radius: 10px;
  padding: 12px 30px !important;
  color: #fff;
  margin-left: 15px;
  border: 1px solid #fff;
  transition: ease-out 0.3ss;
  font-size: 16px;
  font-weight: 700;
}

.nav-link.hdrBtn:hover {
  background-color:#F08519;
  color: #fff!important;
  border: 1px solid #fff;
}

.navbar-brand img{
width: 150px;
}


.navbar.myNavbarBg {
  --bs-navbar-nav-link-padding-x: 1.5rem;
}



/* banner */


.bannerBg {
   background: url(../img/banner.png);
  width: 100%;
  background-position: center bottom;
  background-size: cover;
background-repeat: no-repeat;
  border-radius: 44px;
  min-height: 78vh;
  align-items: center;
  display: flex;
}


.bnrTxt{
  margin-left: 60px;
}

.bnrTxt p {
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  width: 70%;
}


.bnrTxt h1 {
color: #fff;
  font-weight: 700;
  font-size: 54px;
  line-height: 75px;
  
}

.bnrTxt h1 span{
  font-style: italic;
}

.bnrTxtBtn{
  margin-top: 40px;
}

.bnrTxtBtn a{
  background-color:#F08519;
  border-radius: 12px;
  padding: 12px 30px;
  color: #fff;
  border: 1px solid #F08519;
  transition: ease-out 0.3s;
  font-size: 18px;
  font-weight: 700;
}

.bnrTxtBtn a:hover{
  border: 1px solid #fff;
  background-color:transparent;
  color: #fff;
}


.bannerImgBox{
  position: relative;
  text-align: right;
  width: 85%;
  margin: 0 0 0 auto;
}

.bannerImg{
  width: 100%;
}


.flexAlign{
  align-items: center;
}

/* end banner */




/* section1 */


.sec1Mt{
padding-top: 130px;
padding-bottom: 120px;
}

.rnningSec1hdr h1{
color: #121338;
  font-weight: 400;
  font-size: 42px;
  line-height: 47px;
  position: relative;
  width: 72%;
}

.rnningSec1hdr h1::before{
  content: "";
  position: absolute;
  top:-25px;
  left: 0;
  height: 8px;
  width:78px;
  background: #F08519;
  border-radius: 20px;
}


.asptTextSec1 p{
  color: #121338;
  font-weight: 400;
  font-size: 18px;
}


/* end section1 */



/* section2 What is NeuroGYM? */

.whatIsHdr{
  text-align: center;
  margin-bottom: 40px;
}

.whatIsText p{
color: #121338;
font-weight: 400;
font-size: 18px;
width: 77%;
}

.btnLink{
color: #F08519;
font-weight: 600;
font-size: 18px;
line-height: 100%;
position: relative;
transition: ease-in 0.2s;
}

.whatIsImg img{
  width: 100%;
}

.btnLink:hover{
  color: #2F318B;
}

.btnLink i{
  position: absolute;
  bottom: 0;
  right: -25px;
  rotate: -42deg;
}

.marginb-3{
  margin-bottom: 30px;
}

.whatIsHdr h3{
color: #F08519;
font-weight: 600;
font-size: 18px;
line-height: 100%;
}

.whatIsHdr h3 img{
  width: 22px;
}

.whatIsHdr h1{
 color: #121338;
  font-weight: 600;
  font-size: 42px;
}


.whatIsListHdr{
  margin-top: 0;
  color:#121338;
  background: #F085194D;
font-weight: 400;
font-size: 24px;
border-radius: 14px;
padding: 20px 15px;
margin-bottom:45px;
}

.whatIsListText{
  margin-top: 30px;
}

.whatIsListText h3{
color: #121338;
  font-weight: 600;
  font-size: 20px;
}

.whatIsListText h3 img{
width: 22px;
}

.whatIsListText p{
color: #121338CC;
  font-weight: 400;
  font-size: 16px;
}

.whatIsListBox{
  padding-left: 50px;
}


/* end section 2 What is NeuroGYM? */


/* section3 Why It Matters*/


.mtSec{
  margin-top: 90px;
}

.whyItSec3Bg{
  padding:50px 40px 40px;
  background: linear-gradient(104.58deg, #F08519 2.12%, #FF4D00 97.69%);
  border-radius: 44px;
}


.wayItMatrsText h3{
color: #FFFFFF;
  font-weight: 600;
  font-size: 18px;
}

.wayItMatrsText h3 img{
  width: 22px;
}

.wayItMatrsText h1{
  color: #FFFFFF;
font-weight: 600;
font-size: 42px;
line-height: 47px;
width: 89%;
margin-bottom: 30px;
}

.wayItMatrsText p{
  color: #FFFFFF;
font-weight: 400;
font-size: 16px;
}

.whyItMattersImg{
  text-align: right;
}


.whyItMattersImg{
  position: relative;
}

.whyItMattersImg img{
  width: 90%;
  border-radius: 44px;
}

.whyItMattersImgBtn{
  position: absolute;
  top: 33%;
  left: -36px;
  background: #fff;
  color: #121338;
  font-weight: 500;
  font-size: 14px;
  border-radius: 10px;
  width: 206px;
  height: 39px;
  text-align: left;
  padding-left: 15px;
  line-height: 39px;
}


.whyItMattersImgBtn img{
  width: 16px;
}


.whyItMattersImgBtn.whyItMattersImgBtn1{
  top: 43%;
  left:0px;
}
.whyItMattersImgBtn.whyItMattersImgBtn2{
  top: 53%;
  left:20px;
}

/* end section3 Why It Matters*/

/* section 4 Our Programs */

.ourProgramsHdr{
  margin-bottom: 30px;
}

.ourProgramsHdr h3{
color:#F08519;
font-weight: 600;
font-size: 18px;
}


.ourProgramsHdr h1{
  color: #121338;
  font-weight: 600;
  font-size: 42px;
  width: 35%;
}



.slickSlidrArrow .slick-prev, .slickSlidrArrow .slick-next {
  top:-80px;
  width: 73px;
  height: 73px;
  color: #121338;
  border: 1px solid #121338;
  z-index: 9;
  border-radius: 100%;
}

.slickSlidrArrow .slick-prev:before, .slickSlidrArrow .slick-next:before {
  display: block;
  color: #121338;
}

.slickSlidrArrow .slick-prev:after{
 content: "PREV";
  font-size: 16px;
  line-height: 1;
  opacity: .75;
  color: #121338;
  font-weight: 400;
font-size: 14px;
margin-top: 5px;
display: inline-block;

}

.slickSlidrArrow .slick-next:after{
  content: "NEXT";
  font-size: 16px;
  line-height: 1;
  color: #121338;
font-weight: 400;
font-size: 14px;
margin-top: 5px;
display: inline-block;
}

.slickSlidrArrow .slick-prev {
  left: inherit;
  right: 7%;
}

.slickSlidrArrow .slick-next {
  left: inherit;
  right: 0%;
}

.slickSlidrArrow .slick-prev.slick-disabled{
  border: 1px solid #12133866
}

.slickSlidrArrow .slick-next.slick-disabled{
  border: 1px solid #12133866
}

.slickSlidrArrow .slick-prev.slick-disabled:after, .slick-next.slick-disabled:after {
  opacity: .25;
}



.ourProgCard a{
display: block;
  padding: 15px;
  border-radius: 20px;
  box-shadow: 0px 1px 12px 0px #00000026;
  margin: 10px;
  overflow: hidden;
  min-height: 432px;
  position: relative;
  transition: ease-in 0.3s;
}

.ourProgCard a:hover{
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.25), 0 4px 7px rgba(0, 0, 0, 0.22);
}

.ourProgCard a:hover .ourProgText h3{
color: #F08519;
}

.ourProgCard a:hover .ourProgBtnLink{
  color: #2F318B;
  }

.ourProgImg{
  margin-bottom: 20px;
}

.ourProgImg img{
  width: 100%;
}

.ourProgText h3{
  color: #121338;
  font-weight: 600;
  font-size: 20px;
}

.ourProgText p{
  color: #121338CC;
  font-weight: 400;
  font-size: 14px;
}

.ourProgBtnLinkBox{
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.ourProgBtnLink{
  background: transparent;
  border: none;
  box-shadow: none;
  color: #F08519;
  font-weight: 600;
  font-size: 14px;
  position: relative;
}

.ourProgBtnLink i {
  position: absolute;
  bottom: 3px;
  right: -17px;
  rotate: -46deg;
}

/* end section 4 Our Programs */

/* section 5 for you*/

.foryouImg{
  position: relative;
  border-radius: 40px;
}

.foryouImg img{
  width: 83%;
  border-radius: 40px;
}

.foryouImgFix1{
  display: flex;
  align-items: center;
  box-shadow: 0px 4px 24px 0px #00000026;
border-radius: 100px;
position: absolute;
left: -55px;
top: 26%;
background: #fff;
height: 71px;
line-height: 71px;
padding:0 15px;
}

.foryouImgFix1 span:first-child{
  font-family: Marcellus;
  color: #222222;
  font-weight: 400;
  font-size: 38px;
}

.foryouImgFix1 span:last-child{
  color: #909090;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  width: 150px;
  margin-left: 20px;
}

.foryouImgFix1.foryouImgFix2{
  left: inherit;
  top: inherit;
  right: 10px;
  bottom: 26%;
}

.sec5ForYouText h1{
color: #121338;
  font-weight: 600;
  font-size: 42px;
}

.sec5ForYouText p{
 color: #121338;
  font-weight: 400;
  font-size: 18px;
}

.sec5ForYouText1 h3{
color: #121338;
  font-weight: 400;
  font-size: 32px;
  width: 70%;
}

.sec5ForYouText1 p{
color: #121338;
font-weight: 400;
font-size: 18px;
}

.forYouDvdr{
  border-top: 1px solid #12133833;
  margin: 30px 0;
}


/* end section 5 for you*/

/* section 6 Coach and Trainer */


.coachTrainerBg{
  background: linear-gradient(102.27deg, #2F318B 1.75%, #1D2868 99.61%);
border-radius: 44px;
padding: 50px;
}

.coachTrainerHdr{
  text-align: center;
  margin-bottom: 40px
}

.coachTrainerHdr h3{
color: #F08519;
font-weight: 600;
font-size: 18px;
}

.coachTrainerHdr h3 img{
  width: auto;
}

.coachTrainerHdr h1{
  color: #fff;
  font-family: Inter;
font-weight: 600;
font-size: 42px;
}

.coachTrainerImg img{
  width: 90%;
}

.coachTrainerTextBox{
  padding-top: 20px;
}

.coachTrainerName h1{
color: #fff;
font-weight: 600;
font-size: 34px;
display: flex;
align-items: center;
}

.coachTrainerName h1 span{
color: #fff;
background: #3d4482;
  font-weight: 400;
  font-style: italic;
  font-size: 16px;  
  border-radius: 100px;
  padding:6px 15px;
  margin-left: 15px;
}

.coachTrainerName p{
color: #fff;
  font-weight: 600;
  font-size: 16px;
}


.coachTrainerName p img{
width: auto;
}

.coachTrainerText{
  color: #fff;
font-weight: 400;
font-size: 16px;
margin-top: 30px;
}

.coachTrainerList{
  margin-top: 40px;
}

.coachTrainerList h3{
  color: #fff;
font-weight: 700;
font-size: 16px;
}

.coachTrainerList ul li{
color: #ffff;
font-weight: 400;
font-size: 16px;
line-height: 32px;
}


.coachTrainerBtn{
  background-color: #F08519;
  border-radius: 12px;
  padding: 12px 30px;
  color: #fff;
  margin-left: 15px;
  border: 1px solid #F08519;
  transition: ease-out 0.3s;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  display: inline-block;
}

.coachTrainerBtn:hover{
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
}

.coachTrainerBtn i{
  bottom: 3px;
  right: -17px;
  rotate: -46deg;
}

/* end section 6 Coach and Trainer */



/* section 7 Testimonials */

.testimonialHdr {
  margin-bottom: 30px;
}

.testimonialHdr h3 {
  color: #F08519;
  font-weight: 600;
  font-size: 18px;
}

.testimonialHdr h1 {
  color: #121338;
  font-weight: 600;
  font-size: 42px;
  width: 70%;
}

.testimonialHdr p{
 color: #121338;
font-weight: 400;
font-size: 20px;
margin-top: 30px;
letter-spacing: 0.5px;
width: 80%;
}



.testimonialsSliderCard{
  background: #F08519;
  padding:60px 40px 30px;
  border-radius: 60px;
  margin: 10px;
  min-height: 318px;
position: relative;
}

.testimnlTxt p{
  color: #121338;
font-weight: 400;
font-size: 20px;
line-height: 26px;
letter-spacing: 0.5px;
}

.testimnlName{
  color: #121338;
  font-family: "Bricolage Grotesque", sans-serif;
font-weight: 600;
font-size: 20px;
line-height: 26px;
letter-spacing: 0.5px;
margin-top: 40px;
position: absolute;
left: 40px;
bottom: 30px;
}

.testimonialsSliderCardBlue{
  background: #2F318B;
  padding:60px 40px 30px;
  border-radius: 60px;
  margin: 10px;
  min-height: 318px;
position: relative;
}

.testimnlTxt.testimnlTxt1 p{
  color: #fff;
}
.testimnlName.testimnlName1{
  color: #fff;
}


.testimonialTextBox{
  width:50%;
}

.testimonlsliderBox{
  position: absolute;
  right: 0;
  width: 50%;
}


.testimnlArwBtn .slick-prev, .testimnlArwBtn .slick-next {
  background:#F08519;
  width: 54px;
  height: 54px;
  border-radius: 100%;
}


.testimnlArwBtn .slick-prev {
  left: -90%;
  top:85%;
}

.testimnlArwBtn .slick-next {
  right: inherit;
  left: -80%;
  top:85%;
}

.testimnlArwBtn .slick-prev:hover, .testimnlArwBtn .slick-prev:focus, .testimnlArwBtn .slick-next:hover, .testimnlArwBtn .slick-next:focus {
  color: #fff;
  outline: none;
  background: #F08519;
}

.testimnlArwBtn .slick-prev.slick-disabled, .testimnlArwBtn .slick-next.slick-disabled {
 background:#F9E6D0;
}

.testimnlArwBtn .slick-prev.slick-disabled:before, .testimnlArwBtn .slick-next.slick-disabled:before {
  opacity:1;
  color: #F08519;
}

.testimnlArwBtn .slick-prev:before {
  content: "\f060";
  font-family: 'fontAwesome';

}
.testimnlArwBtn .slick-next:before {
  content: "\f061";
  font-family: 'fontAwesome';

}

/* end section 7 Testimonials */

/* footer */

.ftrmtSec{
  margin-top: 180px;
}
.footer-section {
background: #121338;
padding: 50px 0;
border-radius: 50px;
}


.footerImgBg{
  background: #F08519;
  position: relative;
  height: 415px;
  overflow: hidden;
  padding: 50px 0;
  border-radius: 48.37px;
}

.footerRytHdrBox{
  display: flex;
}

.footerRytHdr{
  color: #fff;
  font-family: "Bricolage Grotesque", sans-serif;
font-weight: 700;
font-size: 42.57px;
letter-spacing: 0.48px;
vertical-align: middle;
margin-left: 40px;
width: 100%;
}

.footerBrainImgBox{
  width: 60%;
  text-align: right;
}



.footerBrainImg {
  width: 48%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.footerRytBtn{
  text-align: center;
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
}

.footerRytBtn a{
  color: #121338;
font-weight: 600;
font-size: 19.35px;
line-height: 100%;
letter-spacing: 0.48px;
text-align: center;
text-transform: capitalize;
background: #fff;
height: 68px;
width:80%;
line-height: 68px;
padding: 0 20px;
border-radius: 22.74px;
display: inline-block;
transition: ease-in 0.3s;
}

.footerRytBtn a:hover{
  color: #fff;
  background: #2F318B;
}

.footerLogo{
  margin-bottom: 30px;
}

.footerLogo img{
  width: 150px;
}

.footerLinkBg{
  background: #fff;
  position: relative;
  height: 415px;
  overflow: hidden;
  padding: 20px 50px 30px;
  border-radius: 48.37px;
}

.footerLink ul{
  padding-left: 0;
}

.footerLink ul li{
  list-style: none;
  line-height: 35px;
}

.footerLink ul li a{
 color: #121338;
font-weight: 400;
font-size: 16px;
letter-spacing: 0.48px;
transition: ease-in 0.1s;
}
.footerLink ul li a:hover{
  color: #F08519;
}

.footerAdd h3{
  color: #F08519;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.48px;
  text-transform: capitalize;
}

.footerAdd p{
  color: #121338;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.48px;
  text-transform: capitalize;
}

.footerAdd a{
  color: #121338;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.48px;
  text-transform: capitalize;
}

.footerAdd a:hover{
  color: #F08519;
}

.ftrCopyRyt{
 color: #12133882;
font-weight: 400;
font-size: 17.41px;
letter-spacing: 0.48px;
text-transform: capitalize;
margin-top: 40px;
}